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 callback-1.4.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.ow2.frascati.examples.callback.api
├─ org.ow2.frascati.examples.callback.api.Notifier.class - [JAR]
├─ org.ow2.frascati.examples.callback.api.NotifierCallBack.class - [JAR]
org.ow2.frascati.examples.callback.explorer
├─ org.ow2.frascati.examples.callback.explorer.NotifierPanel.class - [JAR]
org.ow2.frascati.examples.callback.impl
├─ org.ow2.frascati.examples.callback.impl.NotifierClient.class - [JAR]
├─ org.ow2.frascati.examples.callback.impl.NotifierServer.class - [JAR]