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