Reputation: 11
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
Reputation: 570295
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:
If it still doesn't work, try to delete %USERPROFILE%\.netbeans\6.7\var\cache
Upvotes: 2