当控件不允许自动化(com4j/jacob)时如何通过java调用ActiveX方法?
我必须通过 Java 集成到不允许自动化的 ActiveX 控件(没有实现返回 true 的 IsInvokeAllowed
)。
到目前为止,我研究中最好的 COM 集成 Java 库是 com4j 和 jacob。
当尝试在不允许自动化的控件上调用方法时,我收到灾难性失败 在调用允许自动化正常工作的控件上的方法时出现异常。
有没有一种方法可以调用 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论