Accessing COM componenets from Java
COM
2
Posts
2
Posters
0
Views
1
Watching
-
Hi, I have a bunch of COM servers and I'd like to access them from Java clients. I need to have access to the methods and receive fired events. Does somebody know any Java-COM bridge library, or anything that would help me do this? thanks
The eclipse project has COM support built in, so you could look at using these eclipse libraries. Then there is the Java-to-XPCOM Bridge project (XPCOM are essentially COM interfaces independent of the win32 headers) http://www.mozilla.org/projects/blackwood/connect/ And IBM has bridge2java which worked fine for me http://www.alphaworks.ibm.com/tech/bridge2java Best regards Carsten