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

