Re: Need to communicate with JVM for C++ app.
Posted By:
Alon_P
Posted On:
Saturday, February 23, 2002 02:18 AM
Part of the JNI API, called the Invocation API, allows you to start a Java VM and run a class on it from C code. I'm not sure about communication with the java class after running it, but have a look at the JNI guide which comes the J2SE docs. It should give you a good start.
Re: Need to communicate with JVM for C++ app.
Posted By:
Rasto_Amrich
Posted On:
Thursday, February 14, 2002 07:59 AM
Try to use CORBA, it's designated just for this kind of problem... Hope it helps...