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