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 xnshell-0.16.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.xboxng.xnshell.annotations
├─ com.xboxng.xnshell.annotations.Command.class - [JAR]
com.xboxng.xnshell
├─ com.xboxng.xnshell.CommandExecutor.class - [JAR]
├─ com.xboxng.xnshell.ConsoleReader.class - [JAR]
├─ com.xboxng.xnshell.Shell.class - [JAR]
├─ com.xboxng.xnshell.ShellFactory.class - [JAR]
├─ com.xboxng.xnshell.XNShellException.class - [JAR]
test
├─ test.SampleCommand.class - [JAR]
├─ test.Test.class - [JAR]
com.xboxng.xnshell.exception
├─ com.xboxng.xnshell.exception.CommandIllegalArgumentException.class - [JAR]
├─ com.xboxng.xnshell.exception.CommandNotFoundException.class - [JAR]