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 option-example-3.0.5.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
jedi.example
├─ jedi.example.CommandExample.class - [JAR]
├─ jedi.example.CommandExampleClosureFactory.class - [JAR]
├─ jedi.example.CommandExampleStaticClosureFactory.class - [JAR]
├─ jedi.example.EqualsAndHashcode.class - [JAR]
├─ jedi.example.ICommandExampleClosureFactory.class - [JAR]
├─ jedi.example.IMultipleOptionsExampleClosureFactory.class - [JAR]
├─ jedi.example.MapExample.class - [JAR]
├─ jedi.example.MultipleOptionsExample.class - [JAR]
├─ jedi.example.MultipleOptionsExampleClosureFactory.class - [JAR]
├─ jedi.example.MultipleOptionsExampleStaticClosureFactory.class - [JAR]
├─ jedi.example.OptionExample.class - [JAR]