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 hello-world-1.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
de.tud.cs.peaks.osgi.hello
├─ de.tud.cs.peaks.osgi.hello.Activator.class - [JAR]
de.tud.cs.peaks.osgi.hello.api
├─ de.tud.cs.peaks.osgi.hello.api.IntegerConfig.class - [JAR]
├─ de.tud.cs.peaks.osgi.hello.api.IntegerResult.class - [JAR]
├─ de.tud.cs.peaks.osgi.hello.api.IntegerService.class - [JAR]