Reputation: 3583
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?
Upvotes: 3
Views: 14343
Reputation: 401
In NetBeans right click on your project, then:
then select the library you added and select edit, there is a window for you to add your javadocs there. You have to add the .jar file first, or I am told you can add the entire folder and it will add the javadocs for you. I have never had any luck with that method tho.
Upvotes: 0
Reputation: 295
For netbeans 7.0
If you wish to add a specific libray api documentation (Say for example JavaFX)
Upvotes: 3
Reputation: 2186
Upvotes: 4
Reputation: 3973
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.
Upvotes: 5
Reputation: 21369
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!
Upvotes: 0