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 haruhi-spring-3.2.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.ontology2.haruhi.flows
├─ com.ontology2.haruhi.flows.Assignment.class - [JAR]
├─ com.ontology2.haruhi.flows.AssignmentStep.class - [JAR]
├─ com.ontology2.haruhi.flows.Flow.class - [JAR]
├─ com.ontology2.haruhi.flows.FlowStep.class - [JAR]
├─ com.ontology2.haruhi.flows.ForeachStep.class - [JAR]
├─ com.ontology2.haruhi.flows.JobStep.class - [JAR]
├─ com.ontology2.haruhi.flows.SpringFlow.class - [JAR]
├─ com.ontology2.haruhi.flows.SpringStep.class - [JAR]
├─ com.ontology2.haruhi.flows.SpringStepContext.class - [JAR]