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 permazen-demo-4.2.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
io.permazen.demo
├─ io.permazen.demo.AbstractBody.class - [JAR]
├─ io.permazen.demo.AbstractHasSatellites.class - [JAR]
├─ io.permazen.demo.Body.class - [JAR]
├─ io.permazen.demo.HasSatellites.class - [JAR]
├─ io.permazen.demo.Moon.class - [JAR]
├─ io.permazen.demo.Planet.class - [JAR]
├─ io.permazen.demo.Satellite.class - [JAR]
├─ io.permazen.demo.Star.class - [JAR]
├─ io.permazen.demo.package-info.class - [JAR]