java-COM interop: Implement COM interface in Java

后端 未结 1 1547
心在旅途
心在旅途 2020-12-22 05:23

How can I implement a vtable COM interface in java?

In the old days, I\'d use the Microsft JVM, which had built in java-COM interop. What\'s the equivalent for a mod

相关标签:
1条回答
  • 2020-12-22 05:53

    Com4J may be what you need. From the homepage:

    Binds directly to the vtable interface (not IDispatch) for improved performance and broader support for more COM interfaces.

    0 讨论(0)
提交回复
热议问题