How to open Javadoc JAR file in web browser
- Rename the file autodagger2-autodagger2-compiler-utils-javadoc.jar to autodagger2-autodagger2-compiler-utils-javadoc.zip
- Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder autodagger2-autodagger2-compiler-utils-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 "autodagger2-autodagger2-compiler-utils-sources.jar" -d "autodagger2-autodagger2-compiler-utils-javadoc" -subpackages