Debugging java code launched from c code
Hi,
I have C code that must create a JVM through the JNI invocation interface and later make several Java method calls. Is there a way to debug Java code called from C functions. My C code is not standalone but is run from an external db plugin (I can only customize this code). I probably have no way to attach a debugger to the C code. Is there a way I can attach a debugger to a JVM created at run time. Is it possible to do the debugging with Eclipse or some other graphical tool ?
Thanks.

