Debugging API classes in Netbeans  
Author Message
droida38





PostPosted: 2003-11-11 23:31:00 Top

java-programmer, Debugging API classes in Netbeans 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





PostPosted: 2003-11-12 7:55:00 Top

java-programmer >> Debugging API classes in Netbeans You have to have it mounted, visible, use in debugging.
I think that's all and you can then debug into it.
-Bryan
"Bastard" <email***@***.com> wrote in message
news:email***@***.com...
> 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