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 zeebe-samples-8.0.19.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
io.camunda.zeebe.example.cluster
├─ io.camunda.zeebe.example.cluster.TopologyViewer.class - [JAR]
io.camunda.zeebe.example.data
├─ io.camunda.zeebe.example.data.HandleVariablesAsPojo.class - [JAR]
io.camunda.zeebe.example.job
├─ io.camunda.zeebe.example.job.JobWorkerCreator.class - [JAR]
io.camunda.zeebe.example.process
├─ io.camunda.zeebe.example.process.NonBlockingProcessInstanceCreator.class - [JAR]
├─ io.camunda.zeebe.example.process.ProcessDeployer.class - [JAR]
├─ io.camunda.zeebe.example.process.ProcessInstanceCreator.class - [JAR]
├─ io.camunda.zeebe.example.process.ProcessInstanceWithResultCreator.class - [JAR]