A core dump from a Java program generally means your JVM is broken. (Or it
means you're calling JNI code which is broken.) Java code should never be
able to break the JVM; the worst it can do is throw a Java exception.

See if there's a fix or upgrade available for your JVM.

______________________________________
Joe Kesselman  / IBM Research


Reply via email to