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