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 PluginsLib-1.0.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
samrg472.plugins.exception
├─ samrg472.plugins.exception.FileNotFoundException.class - [JAR]
├─ samrg472.plugins.exception.ManifestNotFoundException.class - [JAR]
├─ samrg472.plugins.exception.NullArgumentException.class - [JAR]
├─ samrg472.plugins.exception.PluginNotFoundException.class - [JAR]
samrg472.plugins.plugin
├─ samrg472.plugins.plugin.DefaultPluginManager.class - [JAR]
├─ samrg472.plugins.plugin.IPlugin.class - [JAR]
├─ samrg472.plugins.plugin.PluginManager.class - [JAR]
samrg472.plugins.jar.loader
├─ samrg472.plugins.jar.loader.JarLoader.class - [JAR]
├─ samrg472.plugins.jar.loader.URLClassLoader.class - [JAR]
samrg472.plugins.jar
├─ samrg472.plugins.jar.JarProbe.class - [JAR]