Skip to main content



      Home
Home » Newcomers » Newcomers » Source not found: rt.jar has no source attachment
Source not found: rt.jar has no source attachment [message #93124] Mon, 08 August 2005 03:33 Go to next message
Eclipse UserFriend
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 Go to previous message
Eclipse UserFriend
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
Previous Topic:Method signatures
Next Topic:org.eclipse.jface exception
Goto Forum:
  


Current Time: Thu May 08 10:58:38 EDT 2025

Powered by FUDForum. Page generated in 0.14065 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top