ibrary or what
ever.
Best regards
--Jools
>From: Paul Beardsley <[EMAIL PROTECTED]>
>To: Juergen Kreileder <[EMAIL PROTECTED]>
>CC: [EMAIL PROTECTED]
>Subject: Re: debuggers for Java-JNI-C++
>Date: Tue, 21 Sep 1999 12:07:43 -0400 (EDT)
>
>
>OK, but I
> Paul Beardsley writes:
Paul> OK, but I'm running Java 2 SDK so I think I don't have
Paul> access to a java_g - is there an alternative
Paul> approach for Java 2?
Use 'java' or download jdk1.2pre-v2-debug.tar.bz2 which contains 'java_g'.
Paul> Juergen Kreileder writes:
OK, but I'm running Java 2 SDK so I think I don't have
access to a java_g - is there an alternative
approach for Java 2?
Paul.
Juergen Kreileder writes:
>
> Paul> Thanks, but how do I do that first step of
> Paul> running a JVM under Java - is there a C
> Paul> executable so
> Paul Beardsley writes:
Paul> Thanks, but how do I do that first step of
Paul> running a JVM under Java - is there a C
Paul> executable somewhere that runs a JVM,
Paul> so that I can gdb that executable?
$ DEBUG_PROG=gdb java_g
...
(gdb) run
Paul> Gregory Steuck write
Thanks, but how do I do that first step of
running a JVM under Java - is there a C
executable somewhere that runs a JVM,
so that I can gdb that executable?
Thanks,
Paul.
Gregory Steuck writes:
>
> Yeah, run JVM under gdb and set a breakpoint inside of your native code.
> You have to be fam
Hi,
I am new to Linux/Java/JNI. Is there such a thing
as a debugger for Java-C++ systems
(communicating via the JNI) which can cope with
both sides of the interface? Or given a
Java UI (the main is in Java) which is
invoking a C++ system, which
then does some callbacks to Java, is there a w