When Im debugging my program in Netbeans, and I try to debug into API
(e.g. Swing JPanel) the debugger tells me that the source of the class
has not been found in mounted filesystem. Even though
c:\j2sdk1.4.2_02\src.jar is indeed mounted.
How do I debug into API classes?
Thanxxxx,
Barsum
Bryan E. Boone - 11 Nov 2003 23:54 GMT
You have to have it mounted, visible, use in debugging.
I think that's all and you can then debug into it.
-Bryan
> When Im debugging my program in Netbeans, and I try to debug into API
> (e.g. Swing JPanel) the debugger tells me that the source of the class
[quoted text clipped - 6 lines]
>
> Barsum