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