I am trying to add zxing java doc. I tried different approaches:
1) Java platforms> Javadoc, not Tools> Libraries> Javadoc
2) * Go to "Project Properties"> "Libraries"
* On the "Compilation" tab, click the "Add JAR / Folder" button and find your library
* On the "Compilation" tab, click the "Edit" button with the library of your choice
* Add the javadoc path
I tried different paths:
a) javadoc folder containing index.html
b) docs folder containing javadocs
c) zip file containing docs folder
But none of this helped me - I always get "Javadoc not found. The Javadoc documentation for this item does not exist or you did not add the specified Javadoc in the Java platform manager or in the Library Manager."
source
share