calling C++ Objects within Java code

Hi guys,

I am currently facing the problem, that I have a huge C++ library and I would like to make use of it.

My problem is, how to invoke C++ Objects/Methods within my

java application ?

I would be most grateful if someone could help me.

Thanks in advance,

Hannes

[309 byte] By [hannes99a] at [2007-10-3 10:15:18]
# 1
You can't.The best you can do is call from java to C code; the C code can call the C++.
bschauwejavaa at 2007-7-15 5:35:57 > top of Java-index,Java HotSpot Virtual Machine,Specifications...
# 2
thanks for this suggestion, but there is indeed a way to do so.i.e. http://www.noodleglue.org/noodleglue/noodleglue.htmlI was actually wondering if someone has experience with some ofthose wrappers and could recommend one ?Thanks,Hannes
hannes99a at 2007-7-15 5:35:57 > top of Java-index,Java HotSpot Virtual Machine,Specifications...