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 kstate-jvm-0.1.11.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
tech.bam
├─ tech.bam.CompoundMachineState.class - [JAR]
├─ tech.bam.Machine.class - [JAR]
├─ tech.bam.MachineBuilder.class - [JAR]
├─ tech.bam.MachineBuilderKt.class - [JAR]
├─ tech.bam.MachineEvent.class - [JAR]
├─ tech.bam.MachineState.class - [JAR]
├─ tech.bam.State.class - [JAR]
├─ tech.bam.StateBuilder.class - [JAR]
├─ tech.bam.StateType.class - [JAR]
├─ tech.bam.Transition.class - [JAR]
├─ tech.bam.TransitionBuilder.class - [JAR]