jdb not working on red hat 9 linux
From: J.Neuhoff (NOSPAM_at_webcom.com)
Date: 11/28/03
- Previous message: Roedy Green: "Re: Do you still choose java????"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Fri, 28 Nov 2003 21:44:07 +0000
Can't seem to get the JDB from the j2sdk 1.4.2_02 to work on Red Hat Linux
9. JDB always hangs after entering the "run" command. Here is what I get:
$ cat helloworld.java
public class helloworld
{
public static void main( String[] args ) {
System.out.println( "hello world" );
}
}
$ javac -classpath ./ -g helloworld.java
$ java -classpath ./ helloworld
hello world
$ jdb -classpath ./ helloworld
Initializing jdb ...
> run
run helloworld
Using exactly the same J2SDK 1.4.2_02 works fine on a Debian 3.x
distribution. How can I get JDB to work on Red Hat Linux 9 ?
J.Neuhoff
- Previous message: Roedy Green: "Re: Do you still choose java????"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|
|