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 hawtio-plugin-registry-1.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
io.hawt.web.plugin
├─ io.hawt.web.plugin.Plugin.class - [JAR]
├─ io.hawt.web.plugin.PluginRegistry.class - [JAR]
├─ io.hawt.web.plugin.SimplePlugin.class - [JAR]
io.hawt.web.plugin.internal
├─ io.hawt.web.plugin.internal.Plugin.class - [JAR]
├─ io.hawt.web.plugin.internal.PluginMBean.class - [JAR]
├─ io.hawt.web.plugin.internal.PluginRegistry.class - [JAR]
├─ io.hawt.web.plugin.internal.PluginRegistryMBean.class - [JAR]