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