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 tool-event-0.0.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.zpf.tool.event.impl
├─ com.zpf.tool.event.impl.EventManagerImpl.class - [JAR]
├─ com.zpf.tool.event.impl.EventRecord.class - [JAR]
├─ com.zpf.tool.event.impl.SimpleEvent.class - [JAR]
com.zpf.tool.event
├─ com.zpf.tool.event.BuildConfig.class - [JAR]
com.zpf.tool.event.api
├─ com.zpf.tool.event.api.IEvent.class - [JAR]
├─ com.zpf.tool.event.api.IEventManager.class - [JAR]
├─ com.zpf.tool.event.api.IEventReceiver.class - [JAR]
├─ com.zpf.tool.event.api.IEventRecord.class - [JAR]