JDB not working on Red Hat 9 Linux
From: J.Neuhoff (NOSPAM_at_webcom.com)
Date: 11/29/03
- Next message: steve harris: "Re: installed RedHat 9 but can not register"
- Previous message: ynotssor: "Re: Graphical network config tool?"
- Next in thread: Tommy Reynolds: "Re: JDB not working on Red Hat 9 Linux"
- Reply: Tommy Reynolds: "Re: JDB not working on Red Hat 9 Linux"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Sat, 29 Nov 2003 13:46:10 +0000
Can't seem to get the JDB from the J2SE SDK 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 <======== JDB hangs here
Using exactly the same J2SE SDK 1.4.2_02 on a Debian 3.x distribution works
fine. How can I get JDB to work on Red Hat Linux 9 ?
J.Neuhoff
- Next message: steve harris: "Re: installed RedHat 9 but can not register"
- Previous message: ynotssor: "Re: Graphical network config tool?"
- Next in thread: Tommy Reynolds: "Re: JDB not working on Red Hat 9 Linux"
- Reply: Tommy Reynolds: "Re: JDB not working on Red Hat 9 Linux"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|