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 jpf-boot-1.5.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.java.plugin.boot
├─ org.java.plugin.boot.Application.class - [JAR]
├─ org.java.plugin.boot.ApplicationInitializer.class - [JAR]
├─ org.java.plugin.boot.ApplicationPlugin.class - [JAR]
├─ org.java.plugin.boot.Boot.class - [JAR]
├─ org.java.plugin.boot.BootErrorHandler.class - [JAR]
├─ org.java.plugin.boot.BootErrorHandlerConsole.class - [JAR]
├─ org.java.plugin.boot.BootErrorHandlerGui.class - [JAR]
├─ org.java.plugin.boot.ControlThread.class - [JAR]
├─ org.java.plugin.boot.DefaultApplicationInitializer.class - [JAR]
├─ org.java.plugin.boot.DefaultPluginsCollector.class - [JAR]
├─ org.java.plugin.boot.ErrorDialog.class - [JAR]
├─ org.java.plugin.boot.PluginsCollector.class - [JAR]
├─ org.java.plugin.boot.ServiceApplication.class - [JAR]
├─ org.java.plugin.boot.SimpleSplashHandler.class - [JAR]
├─ org.java.plugin.boot.SplashHandler.class - [JAR]
├─ org.java.plugin.boot.SplashHandlerWrapper.class - [JAR]
├─ org.java.plugin.boot.SplashWindow.class - [JAR]