Source not found: rt.jar has no source attachment [message #93124] |
Mon, 08 August 2005 03:33  |
Eclipse User |
|
|
|
Originally posted by: fabian.mikoishi.com
Hi all,
I am new to Eclipse and am trying to debug a specific java file. When I
start up the debugger, the debugger pauses on my inserted breakpoint (as
it should), but as soon as I step over (F6), I get a:
"Source not found: rt.jar has no source attachment."
Hence I am unable to debug. Any suggestions on this?
Regards,
Fabian.
|
|
|
Re: Source not found: rt.jar has no source attachment [message #93278 is a reply to message #93124] |
Mon, 08 August 2005 10:49  |
Eclipse User |
|
|
|
Originally posted by: eclipse3.rizzoweb.com
Fabian Holmberg wrote:
> Hi all,
>
> I am new to Eclipse and am trying to debug a specific java file. When I
> start up the debugger, the debugger pauses on my inserted breakpoint (as
> it should), but as soon as I step over (F6), I get a:
>
> "Source not found: rt.jar has no source attachment."
>
> Hence I am unable to debug. Any suggestions on this?
You've tried to step into some code of the core JDK (java.lang.*), but
have not pointed Eclipse to where it can find the source for it.
You'll need to edit the Installed JRE (under Preferences) and configure
it to know where the source code for rt.jar is (JDK includes source in
src.zip)
HTH,
Eric
|
|
|
Powered by
FUDForum. Page generated in 0.14065 seconds