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 sample-server-0.137-t.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
io.airlift.sample
├─ io.airlift.sample.Main.class - [JAR]
├─ io.airlift.sample.MainModule.class - [JAR]
├─ io.airlift.sample.Person.class - [JAR]
├─ io.airlift.sample.PersonEvent.class - [JAR]
├─ io.airlift.sample.PersonRepresentation.class - [JAR]
├─ io.airlift.sample.PersonResource.class - [JAR]
├─ io.airlift.sample.PersonStore.class - [JAR]
├─ io.airlift.sample.PersonStoreStats.class - [JAR]
├─ io.airlift.sample.PersonsResource.class - [JAR]
├─ io.airlift.sample.StoreConfig.class - [JAR]