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 flyqiu-flow-spring-boot-demo-1.0.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.flyqiu.flow.boot.config
├─ com.flyqiu.flow.boot.config.StartFlowConfig.class - [JAR]
com.flyqiu.flow.boot.events
├─ com.flyqiu.flow.boot.events.TestFlowActivityEvent.class - [JAR]
├─ com.flyqiu.flow.boot.events.TestFlowEngineEvent.class - [JAR]
├─ com.flyqiu.flow.boot.events.TestProcInstEvent.class - [JAR]
├─ com.flyqiu.flow.boot.events.TestUserTaskEvent.class - [JAR]
com.flyqiu.flow.boot.beans
├─ com.flyqiu.flow.boot.beans.ScriptTesBean.class - [JAR]
com.flyqiu.flow.boot
├─ com.flyqiu.flow.boot.DefUserLoad.class - [JAR]
├─ com.flyqiu.flow.boot.StartFlowTestMain.class - [JAR]