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

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

As Stefan said, you can pull the JDK source into eclipse. There are more detail instructions at http://www.eclipsezone.com/eclipse/forums/t49624.html


You can use Shift-F2 to launch a browser with the javadoc in it. By default, when I select a JDK identifier such as String and hit shift-F2, my browser opens to a web page at Sun with the javadoc.



Jeff