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 comixed-plugins-0.7.0-1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.comixedproject.plugins.runners
├─ org.comixedproject.plugins.runners.PluginRunner.class - [JAR]
org.comixedproject.plugins.interpreters
├─ org.comixedproject.plugins.interpreters.AbstractPluginInterpreter.class - [JAR]
├─ org.comixedproject.plugins.interpreters.PluginInterpreter.class - [JAR]
├─ org.comixedproject.plugins.interpreters.PluginInterpreterLoader.class - [JAR]
├─ org.comixedproject.plugins.interpreters.PythonPluginInterpreter.class - [JAR]
org.comixedproject.plugins.model
├─ org.comixedproject.plugins.model.Plugin.class - [JAR]
├─ org.comixedproject.plugins.model.PluginDescriptor.class - [JAR]
org.comixedproject.plugins
├─ org.comixedproject.plugins.PluginException.class - [JAR]
├─ org.comixedproject.plugins.PluginManager.class - [JAR]