Posted by Unknown
Friday, February 20, 2009

Download JDK documentation from Java SE Downloads - Sun Developer Network (SDN)

In NetBeans IDE
1. Choose Tools > Java Platform Manager from the main window.


 
2. Select the platform to which you want to add Javadoc in the left panel of the dialog box.

3. In the Javadoc tab, click Add ZIP/Folder and specify the location of the Javadoc files.



4. Click Close.

netbeans screenshot

Now on to access  javadoc right click on keyword and select "show javadoc", this will open javadoc on an internet browser

0 comments