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 narrative-scala_2.9.1-0.1.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.timgroup.test.narrative
├─ com.timgroup.test.narrative.Action.class - [JAR]
├─ com.timgroup.test.narrative.Actor.class - [JAR]
├─ com.timgroup.test.narrative.ActorWithMemory.class - [JAR]
├─ com.timgroup.test.narrative.Extractor.class - [JAR]
├─ com.timgroup.test.narrative.Given.class - [JAR]
├─ com.timgroup.test.narrative.Implicits.class - [JAR]
├─ com.timgroup.test.narrative.Then.class - [JAR]
├─ com.timgroup.test.narrative.When.class - [JAR]