Someone at work asked me about doing JNI. They want to make a java wrapper for a scene graph they have made. The question is - Can you have C code calling Java? IE - Everytime an event happens, the java code needs to run. It ‘seems’ like an inversion of the normal JNI stuff, where you call a java method and it in turn runs native code.
Can anyone speak to this?
Any sites where I would find good info?
Regards,
Dr. A>
