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 examples-5.0.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
de.hamstersimulator.objectsfirst.examples
├─ de.hamstersimulator.objectsfirst.examples.Example01.class - [JAR]
├─ de.hamstersimulator.objectsfirst.examples.Example01a.class - [JAR]
├─ de.hamstersimulator.objectsfirst.examples.Example02.class - [JAR]
├─ de.hamstersimulator.objectsfirst.examples.Example03.class - [JAR]
├─ de.hamstersimulator.objectsfirst.examples.Example1.class - [JAR]
├─ de.hamstersimulator.objectsfirst.examples.GrainHamsters.class - [JAR]
├─ de.hamstersimulator.objectsfirst.examples.InspectorExample.class - [JAR]
├─ de.hamstersimulator.objectsfirst.examples.Main.class - [JAR]
├─ de.hamstersimulator.objectsfirst.examples.SimpleHamsterGame.class - [JAR]
├─ de.hamstersimulator.objectsfirst.examples.package-info.class - [JAR]