PDA

View Full Version : [SOLVED] Javadoc missing from netbeans 6.9



briigga
August 21st, 2011, 11:35 PM
I downloaded netbeans 6.9 and have open jdk 6 and my javadoc wont work. When the javadoc window pops up when i am writing code it says javadoc not found.

Anyone experience/solve this.

briigga
August 22nd, 2011, 12:17 AM
Found a solution.


Go to Netbeans and click tools -> java platforms -> click the javadoc tab and go to add.

From there, navigate to the java jdk 6 directory.. mine is: usr/lib/jvm/java-6-openjdk

and add the entire doc folder. So after adding it you should see the following directory if yours is like mine:

usr/lib/jvm/java-6-openjdk/doc

Netbeans should now have the javadoc working.

Alternatively, if you do the not the doc folder and are missing those contents, you can find them on the oracle website under downloads and additional resources.