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 incident-process-plugin-3.0-beta1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.aperteworkflow.sample.process.incident.services
├─ org.aperteworkflow.sample.process.incident.services.EmployeeService.class - [JAR]
├─ org.aperteworkflow.sample.process.incident.services.EmployeeServiceMock.class - [JAR]
org.aperteworkflow.sample.process.incident
├─ org.aperteworkflow.sample.process.incident.Activator.class - [JAR]
org.aperteworkflow.sample.process.incident.controller
├─ org.aperteworkflow.sample.process.incident.controller.MainController.class - [JAR]
org.aperteworkflow.sample.process.incident.steps
├─ org.aperteworkflow.sample.process.incident.steps.SampleCustomStep.class - [JAR]
org.aperteworkflow.sample.process.incident.model
├─ org.aperteworkflow.sample.process.incident.model.Employee.class - [JAR]
org.aperteworkflow.sample.process.incident.widget
├─ org.aperteworkflow.sample.process.incident.widget.ConfirmationWidget.class - [JAR]
├─ org.aperteworkflow.sample.process.incident.widget.IncidentRequestWidget.class - [JAR]