• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Jeanne Boyarsky
  • Ron McLeod
Sheriffs:
  • Paul Clapham
  • Liutauras Vilda
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

using Debugger in java1.1 on redhat Linux 7.0

 
Greenhorn
Posts: 4
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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.


 
Sheriff
Posts: 7001
6
Eclipse IDE Python C++ Debian Java Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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 wop bop a lu bop a womp bam boom! Tiny ad:
We need your help - Coderanch server fundraiser
https://coderanch.com/wiki/782867/Coderanch-server-fundraiser
reply
    Bookmark Topic Watch Topic
  • New Topic