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

[492 byte] By [helgefredriksena] at [2007-10-2 6:02:25]
# 1
Check out this page: http://www-128.ibm.com/developerworks/java/library/j-jnidebug/index.html
swatdbaa at 2007-7-16 13:02:51 > top of Java-index,Java HotSpot Virtual Machine,Specifications...