I am trying to use debug on a class I wrote, and it works fine until I try to step-over another class which is doing a System.loadLibrary. Then a window comes up with ClassLoader.class at the top, the first line saying “The jar file rt.jar has no source attachment.”
I have been looking at the Sun forums and see that there is no version of rt.jar compiled for debug, and that it is very difficult to create.
Is there a solution to this?
Chris
P.S. I am using j2re1.4.2_06.