tags:

views:

92

answers:

1

Hello All,

I have a COM control (on windows) that exposes a set of APIs. I have written applications in VC++ and C# and can access the APIs. Now I need to write a Java application that will use those COM APIs. Could you let me know how can I do that? Do I need to write a Java wrapper for the COM control (like JNI)?

Thanks.

+3  A: 

Check out Jacob.

I had to access COM controls from inside of Java, and Jacob totally saved my bacon.

BlairHippo
+1 - definitely the way to go.
Otávio Décio