2013年1月18日 星期五

[Eclipse]attach Javadoc in Eclipse

1. Download Javadoc from oracle.com
2. Open eclipse->Window->Preferences
3. Select Java->Installed JREs
4. Select your installed JDK/JRE, and click enabled "Edit"
5. Select "......\rt.jar" and click enabled "Javadoc Location"
6. Select "Javadoc in archive" and click "Browse" to set your "Archive path".
7. click "Browse" to set your "Path within archive", select the "api" node.
8. click OK and Finish!!