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 jabot-plugin-base-0.2.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.krrrr38.jabot.plugin
├─ com.krrrr38.jabot.plugin.JabotPluginOptionException.class - [JAR]
├─ com.krrrr38.jabot.plugin.Plugin.class - [JAR]
com.krrrr38.jabot.plugin.message
├─ com.krrrr38.jabot.plugin.message.ReceiveMessage.class - [JAR]
├─ com.krrrr38.jabot.plugin.message.SendMessage.class - [JAR]
├─ com.krrrr38.jabot.plugin.message.Sender.class - [JAR]