Connection tool
By knajay
@knajay (26)
2 responses
@steelmoggy (410)
•
30 Mar 07
Exactly what are you trying to do?
You migt be able to use technologies such as COM or COM+, or post messages between the programs you're writing using a web technology such as SOAP or XML-RPC.
There's lots of ways of getting Java and C++ applications to talk to each other - just depends upon what you're trying to do.
@swaroop_sv2003 (531)
• India
31 Mar 07
I am not completely sure but I think you can use python language in order to glue these two languages. May be it is a bit little overhead to study a new language but it is worth to learn it. One of the main power of python is gluing different language. I am not aware of any other methods.
@alaaeldinalex (48)
• Egypt
4 Apr 07
there is a something called gluegen used in java to talk to C modules
just try to read about it