Netbeans and Javadoc
You awesome people may know how to do this.
I know that once I download the correct file I can import the file by clicking Tools > Library > and select Javadoc > then selecting add zip/folder.
I am running the following.
Product Version: NetBeans IDE 6.9.1 (Build 201007282301) Java: 1.6.0_22; Java HotSpot(TM) 64-Bit Server System: Mac OS X version 10.6.5
* All I believe I need is the correct link to the correct Javadoc zip file and I can do the rest. I have tried looking but am literally confused between al开发者_开发知识库l the options Oracle offers.
Go to http://www.oracle.com/technetwork/java/javase/downloads/index-jsp-138363.html, scroll down until you see Java SE 6 Documentation and click the Download Zip button
Once you get the relevant API documentation, as suggested by @yock, you'll want to edit Tools > Java Platforms > Javadoc
, rather than Tools > Libraries > Javadoc
. On a related note, this answer has more details on locating src.zip
.
精彩评论