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 reformcloud2-examples-2.10.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
systems.reformcloud.reformcloud2.examples
├─ systems.reformcloud.reformcloud2.examples.ExampleApplication.class - [JAR]
systems.reformcloud.reformcloud2.examples.process
├─ systems.reformcloud.reformcloud2.examples.process.ExampleProcessHandling.class - [JAR]
systems.reformcloud.reformcloud2.examples.event
├─ systems.reformcloud.reformcloud2.examples.event.ExampleEvent.class - [JAR]
├─ systems.reformcloud.reformcloud2.examples.event.ExampleEventListener.class - [JAR]
systems.reformcloud.reformcloud2.examples.network
├─ systems.reformcloud.reformcloud2.examples.network.ExampleChannelMessageHandling.class - [JAR]
├─ systems.reformcloud.reformcloud2.examples.network.ExamplePacket.class - [JAR]
├─ systems.reformcloud.reformcloud2.examples.network.ExamplePacketHandling.class - [JAR]
├─ systems.reformcloud.reformcloud2.examples.network.ExampleSerializableObject.class - [JAR]