Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Importing Javadoc documentation on Eclipse

I am new to Eclipse, I am using OWL API from Protege and I would like to import to this IDE its Javadoc documentation which is accessible online in html format. How do I do it?

like image 808
Anto Avatar asked Mar 18 '10 12:03

Anto


1 Answers

Right-click your jar, choose Properties. Choose Javadoc location. Enter the URL in Javadoc location path.

like image 158
Chris Lercher Avatar answered Sep 28 '22 08:09

Chris Lercher