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 forge-addon-container-tests-2.0.0.Alpha4.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.example.event
├─ org.example.event.EventPayload1.class - [JAR]
├─ org.example.event.EventPayload2.class - [JAR]
├─ org.example.event.EventPayload3.class - [JAR]
├─ org.example.event.EventResponseService.class - [JAR]
├─ org.example.event.EventService.class - [JAR]
org.example
├─ org.example.ConsumingService.class - [JAR]
├─ org.example.LifecycleListenerService.class - [JAR]
├─ org.example.NonService.class - [JAR]
├─ org.example.PublisherService.class - [JAR]
org.example.extension
├─ org.example.extension.TestExtension.class - [JAR]