Skip to Main Content

Java HotSpot Virtual Machine

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Calling ActiveX ocx from Java using JNI

843829Aug 28 2001 — edited Apr 17 2003
Hi.

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.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on May 15 2003
Added on Aug 28 2001
6 comments
1,495 views