Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » Java Development Tools (JDT) » problem with JDT Javadoc setup
problem with JDT Javadoc setup [message #251534] Tue, 19 February 2008 21:07 Go to next message
Eclipse UserFriend
Originally posted by: gl4jalopi.verizon.net

I seem to have gotten something messed up in my Eclipse installation.
Since installing Eclipse I've installed the Nokia java development tools.
I'm now working on a standard java utility and when I click on 'Open
Declaration' in the context menu for something like 'String' I get the
list of members in the String class but the displayed page also says that
'Source Not Found'. Has something in my configuration been messed up, or
is there something that I'm missing?

Any help would be greatly appreciated,

Greg
Re: problem with JDT Javadoc setup [message #251546 is a reply to message #251534] Wed, 20 February 2008 01:31 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: wharley.bea.com

"Greg Wilson-Lindberg" <gl4jalopi@verizon.net> wrote in message
news:f23adf17ba9692a8377ebc08f714f5da$1@www.eclipse.org...
>I seem to have gotten something messed up in my Eclipse installation.
>Since installing Eclipse I've installed the Nokia java development tools.
>I'm now working on a standard java utility and when I click on 'Open
>Declaration' in the context menu for something like 'String' I get the list
>of members in the String class but the displayed page also says that
>'Source Not Found'. Has something in my configuration been messed up, or
>is there something that I'm missing?

Maybe the Nokia tools pointed your default JRE to a JRE that doesn't have
source associated with it?
Re: problem with JDT Javadoc setup [message #251551 is a reply to message #251534] Wed, 20 February 2008 01:34 Go to previous message
Mark Dexter is currently offline Mark DexterFriend
Messages: 324
Registered: July 2009
Senior Member
Greg Wilson-Lindberg wrote:
> I seem to have gotten something messed up in my Eclipse installation.
> Since installing Eclipse I've installed the Nokia java development
> tools. I'm now working on a standard java utility and when I click on
> 'Open Declaration' in the context menu for something like 'String' I get
> the list of members in the String class but the displayed page also says
> that 'Source Not Found'. Has something in my configuration been messed
> up, or is there something that I'm missing?
>
> Any help would be greatly appreciated,
>
> Greg
>
Hi Greg. Do you have the source attached for the JRE? You can check this
by selecting Project/Properties/Java Build Path, Libraries Tab. Expand
JRE, expand rt.jar. Under rt.jar is Source attachment. It should list
your "src.zip" file in the location where you installed the JDK (e.g.,
for me, c:\program files\Java\jdk1.6.0\src.zip). It should also point to
the java.sun.com/javase/6/docs/api or similar website for the Javadoc
location.

You need to have installed the JDK, not just the JRE. Hope this helps. Mark
Previous Topic:Question about "Build Automatically"
Next Topic:Need help for code change design
Goto Forum:
  


Current Time: Fri Aug 30 06:22:19 GMT 2024

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

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

Back to the top