Calling ActiveX ocx from Java using JNI
843829Aug 28 2001 — edited Apr 17 2003Hi.
How can we call methods in an activex component using JNI without using the bridges?
Say, I have a java application which calls a java class. This java class calls the C code, which in turn calls the ActiveX component methods. Is this possible without using the bridges?
I tried using the microsoft sdk for java but it seemed that they used their own compiler and interpreter, so I would prefer a more portable solution. Anyway, it did not run properly.
My ideal solution would be to convert the activex component to java classes, but the problem is I don't know the implementation, plus, it's illegal.
Please help me. Any help would be appreciated, links, resources, etc...
Thanks in advance.