How to open Javadoc JAR file in web browser
- Rename the file verifyuser-1.0.30-fpv1.0-temp-javadoc.jar to verifyuser-1.0.30-fpv1.0-temp-javadoc.zip
- Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder verifyuser-1.0.30-fpv1.0-temp-javadoc
- Double click index.html will open the index page on your default web browser.
How to generate Javadoc from a source JAR?
Running the command javadoc:
javadoc --ignore-source-errors -encoding UTF-8 -sourcepath "verifyuser-1.0.30-fpv1.0-temp-sources.jar" -d "verifyuser-1.0.30-fpv1.0-temp-javadoc" -subpackages