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