Hi,
I've a Java library that I would like to use within
my C++ application. Is this somehow possible or do
I need to write a Java wrapper class that includes this
library but the wrapper itself is invoked from my C++
application using a system call?
Regards,
Stephan