What tools are available to create a process in Java in COM servers?
J-Integra is the most complete, complete solution you'll probably find for sharing COM and Java. The software was used by many commercial products, large and small, to integrate COM and Java (in both directions).
jacob - * - x86.dll and the followed jacob.jar
Used it successfully to connect to TestDirector (which uses DCOM). It's a bit tricky with memory management, but even the .NET guys calling COM are having problems. link text
Another alternative is JNI Wrapper / ComfyJ - it allows you to either generate Java proxy classes or use IDispatch. You can also capture and broadcast events (IConnectionPoint) and implement COM servers.
Any software used to access COM from Java (or another platform) is called a "COM bridge."
The j-Interop project on sourceforge might be worth checking out.
Source: https://habr.com/ru/post/1698116/More articles:SQL table with aliases - scopeWhy is my ASP.NET AutoCompleteExtender returning undefined? - c #Why doesn't IIS execute the PHP code of the root index.php file of my site? - phpTesting software for a system with a fixed metal case - embeddedShould I use default (Foo), Foo.Empty or null? - constructorMigrating from VS Professional to VS Team System - visual-studio-2008How to access returned AS3 URLLoader data in IOErrorEvent - actionscriptWhat is the correct LINQtoSQL-ish way to truncate a table? - tsqlProblems with insertChildBefore and insertChildAfter in AS3 - xmlLinear Algebra for Graphics in C - cAll Articles