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 enkan-repl-jshell-0.10.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
enkan.system.repl.jshell
├─ enkan.system.repl.jshell.CompletionServer.class - [JAR]
├─ enkan.system.repl.jshell.JShellIoProxy.class - [JAR]
├─ enkan.system.repl.jshell.JShellObjectTransferer.class - [JAR]
├─ enkan.system.repl.jshell.SystemIoTransport.class - [JAR]
enkan.system.repl
├─ enkan.system.repl.JShellRepl.class - [JAR]
enkan.system.repl.jshell.command
├─ enkan.system.repl.jshell.command.ScanPackagesCommand.class - [JAR]