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 matrix-bot-base-0.1.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.fuchss.matrix.bots.command
├─ org.fuchss.matrix.bots.command.ChangeUsernameCommand.class - [JAR]
├─ org.fuchss.matrix.bots.command.Command.class - [JAR]
├─ org.fuchss.matrix.bots.command.HelpCommand.class - [JAR]
├─ org.fuchss.matrix.bots.command.LogoutCommand.class - [JAR]
├─ org.fuchss.matrix.bots.command.QuitCommand.class - [JAR]
org.fuchss.matrix.bots
├─ org.fuchss.matrix.bots.ExtensionsKt.class - [JAR]
├─ org.fuchss.matrix.bots.IConfig.class - [JAR]
├─ org.fuchss.matrix.bots.MatrixBot.class - [JAR]
org.fuchss.matrix.bots.helper
├─ org.fuchss.matrix.bots.helper.HandlerKt.class - [JAR]
├─ org.fuchss.matrix.bots.helper.PowerKt.class - [JAR]