当控件不允许自动化(com4j/jacob)时如何通过java调用ActiveX方法?

发布于 2024-11-10 03:43:56 字数 425 浏览 0 评论 0原文

我必须通过 Java 集成到不允许自动化的 ActiveX 控件(没有实现返回 true 的 IsInvokeAllowed)。

到目前为止,我研究中最好的 COM 集成 Java 库是 com4jjacob

当尝试在不允许自动化的控件上调用方法时,我收到灾难性失败 在调用允许自动化正常工作的控件上的方法时出现异常。

有没有一种方法可以调用 ActiveX 对象上的方法,但不允许使用 Java 实现自动化(通过 com4j/jacob/other)?

不幸的是,让 ActiveX 对象供应商在其控制上启用自动化并不是一种选择。

I have to integrate to an ActiveX control that doesn't allow for automation (no IsInvokeAllowed implemented to return true) through Java.

Up to now, the best java libraries for COM integration in my research are com4j and jacob.

When trying to invoke a method on a control that doesn't allow for automation, I get a Catastrophic Failure exception while calling methods on controls that allow automation just work.

Is there a way to call methods on ActiveX objects that doesn't allow for automation with Java (through com4j/jacob/other)?

Unfortunately getting the ActiveX object vendor to enable automation on their control is not an option.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文