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 Ginger-1.1.2.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.bradcypert.ginger.test
├─ com.bradcypert.ginger.test.MainTest.class - [JAR]
├─ com.bradcypert.ginger.test.Todo.class - [JAR]
com.bradcypert.ginger
├─ com.bradcypert.ginger.Exposed.class - [JAR]
├─ com.bradcypert.ginger.Methods.class - [JAR]
├─ com.bradcypert.ginger.Model.class - [JAR]
├─ com.bradcypert.ginger.PropertyMap.class - [JAR]
├─ com.bradcypert.ginger.Resource.class - [JAR]
com.bradcypert.ginger.helpers
├─ com.bradcypert.ginger.helpers.RequestHelpers.class - [JAR]