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 org.apache.felix.gogo.shell-1.1.4.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.apache.felix.gogo.shell
├─ org.apache.felix.gogo.shell.Activator.class - [JAR]
├─ org.apache.felix.gogo.shell.Builtin.class - [JAR]
├─ org.apache.felix.gogo.shell.Console.class - [JAR]
├─ org.apache.felix.gogo.shell.Converters.class - [JAR]
├─ org.apache.felix.gogo.shell.History.class - [JAR]
├─ org.apache.felix.gogo.shell.Posix.class - [JAR]
├─ org.apache.felix.gogo.shell.Procedural.class - [JAR]
├─ org.apache.felix.gogo.shell.Shell.class - [JAR]
├─ org.apache.felix.gogo.shell.Telnet.class - [JAR]
├─ org.apache.felix.gogo.shell.package-info.class - [JAR]
org.apache.felix.gogo.options
├─ org.apache.felix.gogo.options.Option.class - [JAR]
├─ org.apache.felix.gogo.options.Options.class - [JAR]