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 jline-demo-3.23.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.apache.felix.gogo.jline
├─ org.apache.felix.gogo.jline.Posix.class - [JAR]
org.jline.demo
├─ org.jline.demo.FunctionConverter.class - [JAR]
├─ org.jline.demo.Gogo.class - [JAR]
├─ org.jline.demo.Repl.class - [JAR]
├─ org.jline.demo.TerminalDemo.class - [JAR]
org.apache.felix.gogo.runtime
├─ org.apache.felix.gogo.runtime.Reflective.class - [JAR]