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?
From stackoverflow
joek1975
-
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!
From Brian Knoblauch -
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.
Evan : 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.From Agusti-N -
- 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
joek1975 : Where can I download the javadoc?Tim Hennekey : http://java.sun.com/javase/downloads/index.jspFrom Tim Hennekey
0 comments:
Post a Comment