Importing Javadoc documentation on Eclipse

eclipse, javadoc

Solution

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

Problem

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?

Original source