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 spring-oxygen-cli-0.0.2.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.isxcode.oxygen.cli.command
├─ com.isxcode.oxygen.cli.command.CommandCenter.class - [JAR]
├─ com.isxcode.oxygen.cli.command.CommandService.class - [JAR]
├─ com.isxcode.oxygen.cli.command.CommandShow.class - [JAR]
com.isxcode.oxygen.cli.store
├─ com.isxcode.oxygen.cli.store.LocalStorage.class - [JAR]
com.isxcode.oxygen.cli
├─ com.isxcode.oxygen.cli.OxygenCliApplication.class - [JAR]
com.isxcode.oxygen.cli.pojo
├─ com.isxcode.oxygen.cli.pojo.ProjectInfo.class - [JAR]