Is there context-sensitive help for Java included? [message #104748] |
Mon, 26 September 2005 02:23  |
Eclipse User |
|
|
|
Originally posted by: rcgraulich.gmx.de
Hi,
I'm using Eclipse now for a while. So I like it! But now I've to teach Java
to some students and we're missing a context senitive help.
Let's have an example': Creating the HelloWorld Applet we use the paint()
methode. How can we get the JavaDoc Help to that methode? Usually we leave
Eclipse to load the Java Online Help/Documentation in any browser, which
isn't that much comfortable.
Any Idea?
TIA
Rolf
|
|
|
|
|
|
|
Re: Is there context-sensitive help for Java included? [message #105345 is a reply to message #105116] |
Tue, 27 September 2005 13:26  |
Eclipse User |
|
|
|
Originally posted by: rcgraulich.gmx.de
Jeff Myers wrote:
> Rolf Graulich wrote:
>> Jeff Myers wrote:
>>
>>>If you have the source available for the code you're interested in, the
>>>javadoc should show up when you hover your mouse over a java element.
>>>
>>
>> Doing this, i.e. hover over System.out it is displaying
>> "java.lang.System" This isn't much for someone just starting Java ;-)
>>
>>
>>>Alternatively you can show the Javadoc view by going to Window->Show
>>>View->Javadoc. The Javadoc view will show the documentation for the
>>>selected java element.
>>>
>>
>> Nice tipp, didn't know this. So i got the view @javadoc which is allmost
>> empty. All I can see clicking on i.e. "main(String[] args)" is an entry
>> that displays "Parameters: args"
>>
>> What else can I do? Anny Idea?
>
> It sounds like your Eclipse installation is pointing to a JRE
> installation, not a Java SDK. Go to
> Window->Preferences->Java->Installed JREs. Make sure the default one is
> an SDK directory containing a src.zip, not a JRE directory.
>
> - Jeff
Thanks,
that last tipp was verry helpfull! Now I understand that way of Java&Eclipse
more clearly;-)
Rolf
--
keep swinging
|
|
|
Powered by
FUDForum. Page generated in 0.07896 seconds