"Geir Magnusson Jr." <[EMAIL PROTECTED]> writes: > On 6/1/02 1:17 PM, "Jon Scott Stevens" <[EMAIL PROTECTED]> wrote: > >> What about JNI connectors to Velocity? >> > > Isn't that the wrong way? Doesn't the C++ proggie need to start a JVM for > the java code to run in? I am familiar with the other direction, Java code > using JNI to run C stuff, but not the reverse...
If running native code from inside a JVM using JNI, said native code can call back to Java code (also using the JNI API). I've never tried this without having the "starting point" be a JVM. - Dan -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
