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 machine-1.0.2-beta.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.example.machine
├─ com.example.machine.Body.class - [JAR]
├─ com.example.machine.FunctionExtendsKt.class - [JAR]
├─ com.example.machine.Reducer.class - [JAR]
├─ com.example.machine.ReducerConfigKt.class - [JAR]
├─ com.example.machine.ReducerDSL.class - [JAR]
├─ com.example.machine.ReducerDSLKt.class - [JAR]
├─ com.example.machine.Step.class - [JAR]
├─ com.example.machine.Transaction.class - [JAR]
├─ com.example.machine.TransactionExtendsKt.class - [JAR]
├─ com.example.machine.TransactionWithAction.class - [JAR]
├─ com.example.machine.TransactionWithEffect.class - [JAR]