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 leopard-command-0.9.12.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
io.leopard.command
├─ io.leopard.command.AbstractCommand.class - [JAR]
├─ io.leopard.command.Command.class - [JAR]
├─ io.leopard.command.CommandMain.class - [JAR]
├─ io.leopard.command.CommandRunner.class - [JAR]
├─ io.leopard.command.ContextFactory.class - [JAR]
├─ io.leopard.command.ContextFactoryImpl.class - [JAR]
├─ io.leopard.command.IContextFactory.class - [JAR]