JNI debugging
Hello,
We are currently struggeling to debug a "java" core dump resulting from a JNI call to some native C++ code. Our platform is HP-UX 11.11, Java 1.5.
In Java 1.1 there existed a java_d script which invoked a java compiled with -g option which made it possible to access the executable through a debugger. In 1.5 it seems like this option has disappeared both on solaris and HP-UX.
Any suggestions are most appreciated!
Best regards,
Helge Fredriksen

