aspose file tools
The moose likes Beginning Java and the fly likes using Debugger in java1.1 on redhat Linux 7.0 Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Beginning Java
Reply Bookmark "using Debugger in java1.1 on redhat Linux 7.0" Watch "using Debugger in java1.1 on redhat Linux 7.0" New topic
Author

using Debugger in java1.1 on redhat Linux 7.0

chetan reddy
Greenhorn

Joined: Mar 07, 2001
Posts: 4
I installed java redhat Linux7.0 on my pc and checked for the
version number.It showed 1.1. This had come as a package with
the Linux CD.
Now I want to debug a Java Program using jdb command.
But when I say "jdb -debug xx.class" or "jdb -debug xx"
or "jdb -debug xx.java" ,it gives class not found exception.
and shows some path sun/tools/tty/TTDEBUG and says the above
error.please let me know the procedure for using the java
debugger. I also have "kaffe" on the system.
Thanks.


Frank Carver
Sheriff

Joined: Jan 07, 1999
Posts: 6913
RedHat Linux 7 comes with the Kaffe Java runtime system. I generally recommend that anyone who intends to actually develop Java software install the latest full Java 2 SDK from Sun. I'm pretty sure it is available as a rpm for simple installation on Linux.
Sun's SDK 1.3 not only comes with all these "sun" classes, but is also typically 4 times faster in operation than Kaffe.


A Convergent Visionary ~ Frank's Punchbarrel Blog ~ LinkedIn profile
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: using Debugger in java1.1 on redhat Linux 7.0
 
Similar Threads
debugging an applet....
loop
Java Debugger security question
attach source code to the remote debug
Tomcat Shutdown problem