john7kimble
john7kimble

Reputation: 11

getting javadoc to work with netbeans

Hello I'm trying to make it so I can look at the javadoc with autocomplete in netbeans 6.7.1 but it tells me "javadoc not found". I tried adding it with the platform manager (I added c:/sun/SDK/docs/api) but it still doesn't work? What should I do?

Upvotes: 1

Views: 2947

Answers (1)

Pascal Thivent
Pascal Thivent

Reputation: 570295

  1. Try to download the javadoc (from here), copy the zip file to a folder of your choice and configure the javadoc in Java platforms as follow:

    alt text

  2. If it still doesn't work, try to delete %USERPROFILE%\.netbeans\6.7\var\cache

Upvotes: 2

Related Questions