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-no-spring-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.test
├─ com.flyqiu.flow.test.BaseTest.class - [JAR]
├─ com.flyqiu.flow.test.DefUserLoad.class - [JAR]
├─ com.flyqiu.flow.test.FlowEngineTest.class - [JAR]
├─ com.flyqiu.flow.test.NoSpringLeaveTest.class - [JAR]
├─ com.flyqiu.flow.test.TestSpringJuel.class - [JAR]
com.flyqiu.flow.test.event
├─ com.flyqiu.flow.test.event.TestFlowActivityEvent.class - [JAR]
├─ com.flyqiu.flow.test.event.TestFlowEngineEvent.class - [JAR]
├─ com.flyqiu.flow.test.event.TestProcInstEvent.class - [JAR]
├─ com.flyqiu.flow.test.event.TestUserTaskEvent.class - [JAR]
com.flyqiu.flow.test.beans
├─ com.flyqiu.flow.test.beans.ScriptTesBean.class - [JAR]