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