Re: compiler for jdk1.3

2001-06-23 Thread Markus Suing
Hi, a few days ago I wrote about some JNI problems. I just wanted to let you know that the jre1.3.1 solved my Problem. But only if I start the VM with '-classic' Thanx for your replies, Markus. PS : Sorry for my badly formatted email. My mailtool did not show me the truth. ;-) --

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

compiler for jdk1.3

2001-06-11 Thread Markus Suing
Hi, to deal with the bug no 4389172 from sun~s bug database (description see below) I need to know which c++ - compiler was used to compile the blackdown jdk1.3.0. Was it the gcc ? What was the version of the compiler ? Were any specific options which have influence on RTTI or exception handling

JNI exception bug

2001-06-08 Thread Markus Suing
Hi, I'm using the jni with blackdown jdk1.3 ("Java HotSpot(TM) Client VM (build 1.3.0, mixed mode)") and gcc2.95.2 to compile my c++-libs. Now I encountered the bug giving the error message : "An unexpected exception has been detected in native code outside the VM" This bug has the id 4389172 in