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 jt-jiffle-demo-0.2.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.jaitools.demo
├─ org.jaitools.demo.ImageChoice.class - [JAR]
org.jaitools.demo.jiffle
├─ org.jaitools.demo.jiffle.DirectRuntimeDemo.class - [JAR]
├─ org.jaitools.demo.jiffle.GameOfLife.class - [JAR]
├─ org.jaitools.demo.jiffle.JiffleBuilderDemo.class - [JAR]
├─ org.jaitools.demo.jiffle.JiffleDemo.class - [JAR]
├─ org.jaitools.demo.jiffle.JiffleDemoBase.class - [JAR]
├─ org.jaitools.demo.jiffle.JiffleDemoHelper.class - [JAR]
├─ org.jaitools.demo.jiffle.JiffleExecutorDemo.class - [JAR]
├─ org.jaitools.demo.jiffle.ProgressListenerDemo.class - [JAR]