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.