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
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
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
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
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
> ---
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
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