I'm new to using the NetBeans IDE. When I try to look at the documentation for say the java API (example, System
class), it says that the javadoc is not installed. How do I install the documentation?
views:
1523answers:
3
A:
Not sure, but you can reference it at: http://java.sun.com/javase/reference/api.jsp until someone is able to answer your real question!
Brian Knoblauch
2008-10-23 17:07:48
+2
A:
First you download the javadoc.
Second go to Tools-->Java Platforms and select Javadoc tab from the Java Platform Manager. Click the Add ZIP/Folder.
Agusti-N
2008-10-23 17:17:46
Works perfect, on Leopard I added the "/Library/Java/Home/doc/api" folder and now I can access the javadoc from the pulldown menu from a selected class or package name.
Evan
2009-11-07 20:35:04
+1
A:
- Right click the project
- Select Properties
- Select "Java Sources
- Classpath" Click "Manage Java Platforms..."
- Click the platform being used by the project
- Click the Javadoc tab
- Click the "Add ZIP/Folder..." button
- Select the Javadoc you have downloaded to your machine
Tim Hennekey
2008-10-23 17:20:27