Issue
I have some problems with Netbeans IDE. I installed v. 7.0.1
, but now the pop-up windows of the javadoc say:
Javadoc not found. Either Javadoc documentation for this item does not exist or
you have not added specified Javadoc in the Java Platform Manager or the Library
Manager.
Why didn't it auto-download the JavaDocs? I'm talking about component, method etc etc.. of Java Platform SE.
Solution
Go to Tools -> Java Platforms
Select the platform that you want and go to the javadoc tab and the url to the javadocs. either http://docs.oracle.com/javase/6/docs/api/ or http://docs.oracle.com/javase/7/docs/api/
Answered By - Tim Sparg