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 jbpm-polyglot-example-0.9.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.kie.kogito.examples.polyglot
├─ org.kie.kogito.examples.polyglot.Applicant.class - [JAR]
org.kogito.examples.polyglot
├─ org.kogito.examples.polyglot.ApplicantprocessModel.class - [JAR]
├─ org.kogito.examples.polyglot.ApplicantprocessModelInput.class - [JAR]
├─ org.kogito.examples.polyglot.ApplicantprocessModelOutput.class - [JAR]
├─ org.kogito.examples.polyglot.ApplicantprocessProcess.class - [JAR]
├─ org.kogito.examples.polyglot.ApplicantprocessProcessInstance.class - [JAR]
├─ org.kogito.examples.polyglot.ApplicantprocessResource.class - [JAR]
org.kie.kogito.examples
├─ org.kie.kogito.examples.Application.class - [JAR]
├─ org.kie.kogito.examples.ApplicationConfig.class - [JAR]
├─ org.kie.kogito.examples.ApplicationProcesses.class - [JAR]
├─ org.kie.kogito.examples.Processes.class - [JAR]