Hi All,
I have a C++ apllication which in turn loads the jvm. When the JVM is loaded it turns off my crash handler filter and sets its own filter by default, so, when ever a crash happens I was not able to get the stack trace.
Can ony one tell me the options to disable the default loading of java crash handler?
I have a C++ apllication which in turn loads the jvm. When the JVM is loaded it turns off my crash handler filter and sets its own filter by default, so, when ever a crash happens I was not able to get the stack trace.
Can ony one tell me the options to disable the default loading of java crash handler?
Comment