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 modularshell-2.0.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.github.sunproject.org.modularshell.builtin
├─ com.github.sunproject.org.modularshell.builtin.ModularAboutShCmd.class - [JAR]
├─ com.github.sunproject.org.modularshell.builtin.ModularHelpCmd.class - [JAR]
com.github.sunproject.org.modularshell
├─ com.github.sunproject.org.modularshell.ModularCmdArgs.class - [JAR]
├─ com.github.sunproject.org.modularshell.ModularCommand.class - [JAR]
├─ com.github.sunproject.org.modularshell.ModularShell.class - [JAR]