View Java Class Source Code in JAR file
- Download JD-GUI to open JAR file and explore Java source code file (.class .java)
- Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window apiwatch-cli-0.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.apiwatch.util
├─ org.apiwatch.util.ArgActions.class - [JAR]
├─ org.apiwatch.util.ArgTypes.class - [JAR]
├─ org.apiwatch.util.AuthFileReader.class - [JAR]
├─ org.apiwatch.util.DirectoryWalker.class - [JAR]
├─ org.apiwatch.util.IO.class - [JAR]
├─ org.apiwatch.util.IniFile.class - [JAR]
├─ org.apiwatch.util.Logging.class - [JAR]
org.apiwatch.cli
├─ org.apiwatch.cli.APIDiff.class - [JAR]
├─ org.apiwatch.cli.APIScan.class - [JAR]
├─ org.apiwatch.cli.APIWatch.class - [JAR]
├─ org.apiwatch.cli.Args.class - [JAR]