[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.newcomer] Re: jdk help

If you want to get javadoc from the JDK, you have to switch from your jre to your jdk in:

Window --> Preferences --> Java --> Installed JREs

Usually you'll get the javadoc by hovering over a function / field / etc. or pressing F2 when you are with the cursor over it.

Hope that helps,
Stefan

cyclop schrieb:
hi there,
how do I make "F1" work in eclipse,
I want to press "F1" and get the javadoc abut this function/keyword
10x