| Author |
Consuming COM Components
|
jay akhawri
Ranch Hand
Joined: Nov 28, 2004
Posts: 47
|
|
Hi Everybody, I guess my question is really "How to consume the COM components". I am confident that IDL will bail it out. Perhaps, if you can suggest me how? - Jay
|
 |
Henry Wong
author
Sheriff
Joined: Sep 28, 2004
Posts: 16695
|
|
Not sure what you mean by "consuming", but there are quite a few libraries that allow Java to access COM components. Some of them are even Open Sourced. Just google "Java COM bridge", for a detailed list. Henry
|
Books: Java Threads, 3rd Edition, Jini in a Nutshell, and Java Gems (contributor)
|
 |
jay akhawri
Ranch Hand
Joined: Nov 28, 2004
Posts: 47
|
|
Appriciate your response. And there are many!!! - Jay
|
 |
Lokesh Pahadi
Greenhorn
Joined: Jan 09, 2005
Posts: 21
|
|
Hello Guys,
I am new to this suject of Java/COM interaction.
I searched net and found com4j at java.net.
Although I am able to access COM object from within my Java program.
But I am having inconsitent behaviour in listening to the COM events within my Java application.
If anyoen has worked on this rea before, please throw some light on it.
I need my Java application to listen to ther COM events.
Thanks in advance!!!
|
 |
 |
|
|
subject: Consuming COM Components
|
|
|