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 simbot-test-jvm-4.0.0-dev3.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
love.forte.simbot.test.message
├─ love.forte.simbot.test.message.TestMessageContent.class - [JAR]
love.forte.simbot.test.event
├─ love.forte.simbot.test.event.BaseTestEvent.class - [JAR]
├─ love.forte.simbot.test.event.TestBotEvent.class - [JAR]
├─ love.forte.simbot.test.event.TestEvent.class - [JAR]
├─ love.forte.simbot.test.event.TestMessageEvent.class - [JAR]
├─ love.forte.simbot.test.event.TestMessageReceipt.class - [JAR]
love.forte.simbot.test.component
├─ love.forte.simbot.test.component.TestComponent.class - [JAR]
├─ love.forte.simbot.test.component.TestComponentConfiguration.class - [JAR]
love.forte.simbot.test.bot
├─ love.forte.simbot.test.bot.TestBot.class - [JAR]
├─ love.forte.simbot.test.bot.TestBotConfiguration.class - [JAR]
├─ love.forte.simbot.test.bot.TestBotManager.class - [JAR]
├─ love.forte.simbot.test.bot.TestBotManagerConfiguration.class - [JAR]
love.forte.simbot.test.plugin
├─ love.forte.simbot.test.plugin.TestPlugin.class - [JAR]
├─ love.forte.simbot.test.plugin.TestPluginConfiguration.class - [JAR]