The JavaDoc popup remains empty, how do I install documentation?
Problem: "No javadoc found" in Editor popup window.
Solution: Download and install the "Java SE Documentation" files from sun.com.
Download documentation for your Java platform (either JDK1.5 or JDK6)
Save the file; you do not need to unzip it.
- In NetBeans IDE, go to "Tools > Java Platforms".
- Select the platform that you use, and click the Javadoc tab.
- Click "Add ZIP/Folder" and browse to where you save the file, e.g. jdk-6-doc.zip, then click "Add".
- Close the Java Platform Manager.
The Javadoc popup should now work and display more information on the usage of a command.
- Linux
- /usr/java/j2sdk1.4.0/docs/
- Windows
-
- MacOS
- /System/Library/Frameworks/JavaVM.framework/Home/docs/ (default path)
/System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Home/docs/ (version specific path)