0

I have a strange problem in my Netbeans compiler. Everytime i double click on method or anything, in javadoc the following message shows up.

private class MyCanvas extends JPanel
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.

I use Mac osx 10.6.7 and i have downloaded a new version of javadoc and added it from the platform manager but the problem seems to continue. What could I do here?

Paŭlo Ebermann
  • 73,284
  • 20
  • 146
  • 210
Eristikos
  • 485
  • 4
  • 9
  • 24

1 Answers1

0

That is a well known issue. Try to follow this link to solve it.

Links to documentation can be found here.

I hope this helps.

CRM
  • 4,569
  • 4
  • 27
  • 33
  • i can see that the some folders mentioned are not found in my system. The main problem is that i have not found any javadoc files to download for mac from the oracle site. – Eristikos May 14 '11 at 01:16
  • Updated the post with the links to download the documentation. – CRM May 14 '11 at 01:27
  • thank you a lot!!! all i had to do is to download the html javadoc and add it from the platform manager. – Eristikos May 14 '11 at 01:44