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 cmd-0.2.7.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
net.tangly.cmd
├─ net.tangly.cmd.Cmd.class - [JAR]
├─ net.tangly.cmd.CmdChannel.class - [JAR]
├─ net.tangly.cmd.CmdDispatcher.class - [JAR]
├─ net.tangly.cmd.CmdInterpreter.class - [JAR]
├─ net.tangly.cmd.CmdTransformer.class - [JAR]