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 AbstractPluginFramework-velocity-3.4.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.djrapitops.plugin
├─ com.djrapitops.plugin.VelocityPlugin.class - [JAR]
com.djrapitops.plugin.command.velocity
├─ com.djrapitops.plugin.command.velocity.VelocityCMDSender.class - [JAR]
├─ com.djrapitops.plugin.command.velocity.VelocityCommand.class - [JAR]
com.djrapitops.plugin.task.velocity
├─ com.djrapitops.plugin.task.velocity.AbsVelocityRunnable.class - [JAR]
├─ com.djrapitops.plugin.task.velocity.AbsVelocityTask.class - [JAR]
├─ com.djrapitops.plugin.task.velocity.VelocityRunnableFactory.class - [JAR]
com.djrapitops.plugin.logging.console
├─ com.djrapitops.plugin.logging.console.Slf4jPluginLogger.class - [JAR]