How to trace with invocation?

1998-09-02 Thread Kegel, Dan
Kevin wrote: > Try invoking the java_g interpreter with the -tm (or was that -t) trace > method option and look for exceptions being throuwn during the class init. How do you do this with the invocation interface? I linked with -ljava_g, but I don't see anything documenting a trace method option

Exception handling broken by jni?

1998-09-02 Thread Kegel, Dan
I'm having a wee bit of trouble with Blackdown JDK for Linux and exception handling inside code called from JNI. It seems that try/catch blocks don't work if they are contained in a method called directly or indirectly by JNI. This is hitting me in the face because the jdbc driver I'm trying to u

RE: Java-Linux

1998-09-03 Thread Kegel, Dan
http://www.blackdown.org/java-linux.html has the ports. Be sure to read http://www.blackdown.org/java-linux/docs/libraries.html and http://www.blackdown.org/java-linux/docs/faq/FAQ-java-linux.html first! - Dan > -Original Message- > From: Günter Zell [SMTP:[EMAIL PROTECTED]] > Sent: Wedne

RE: and where is v4a?

1998-09-07 Thread Kegel, Dan
It's there now; took a while to mirror. e.g. ftp://ftp.tux.org/pub/java/JDK-1.1.6/i386/glibc/v4a/ - Dan > -Original Message- > From: zembee [SMTP:[EMAIL PROTECTED]] > Sent: Monday, September 07, 1998 10:06 AM > To: [EMAIL PROTECTED] java; [EMAIL PROTECTED] > java > Subject: and w

RE: Questionable files

1998-09-07 Thread Kegel, Dan
Perhaps the README in that FTP area should contain a link to the FAQ. http://www.blackdown.org/java-linux/docs/faq/FAQ-java-linux-2.html#ss2.3 should answer this question - but it doesn't seem to! FAQ author, take note... The answer is- just grab the JDK. You don't need the others. - Dan > ---

RE: Questionable files

1998-09-07 Thread Kegel, Dan
Where is that file? I don't see it linked to from www.blackdown.org! http://www.68k.org/sysdocs/java/Java-Linux-1.1.1-HOWTO.txt is one of the only two .org hosts that has it... IMHO blackdown should put a link to the HOWTO right next to its link to the FAQ - either that, or merge the two... - D

RE: JNI/fileio problems (Re: JDK problem with findClass in native cod

1998-09-02 Thread Kegel, Dan
Bernd, thanks for the elaboration. I have switched from using invocation interface to calling a c_main native method from a java program per your suggestion. I had to do this to turn on method tracing, since I couldn't figure out how to do that with the invocation interface anyway. My class-load