Re: JNI native code throws unexpected exception

2001-06-18 Thread Markus Suing
Hi Paul, I had a similar problem. This is a known bug from sun' bug databse (no 4389172). Besides suns says that it is not a bug. quote from the bug database entry : "... Evaluation The JNI specification makes no guarantees about wh

JNI native code throws unexpected exception

2001-06-18 Thread IIS - Paul Morie locked 02/06/01
Hello all- I am working on an application that uses the JNI to talk between native code written in C++ and Java. When native code called through the JNI throws an exception, the stack will be unwound past a valid catch statement, resulting in a call to __default_terminate() and finally t