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 tjda-1.1-beta.5.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.gitlab.taucher2003.t2003_utils.tjda.commands
├─ com.gitlab.taucher2003.t2003_utils.tjda.commands.Command.class - [JAR]
├─ com.gitlab.taucher2003.t2003_utils.tjda.commands.CommandArgument.class - [JAR]
├─ com.gitlab.taucher2003.t2003_utils.tjda.commands.Permissible.class - [JAR]
├─ com.gitlab.taucher2003.t2003_utils.tjda.commands.SlashCommandManager.class - [JAR]
├─ com.gitlab.taucher2003.t2003_utils.tjda.commands.SlashCommandManagerHook.class - [JAR]
├─ com.gitlab.taucher2003.t2003_utils.tjda.commands.SubCommand.class - [JAR]
com.gitlab.taucher2003.t2003_utils.tjda.commands.shared
├─ com.gitlab.taucher2003.t2003_utils.tjda.commands.shared.PingCommand.class - [JAR]
com.gitlab.taucher2003.t2003_utils.tjda.theme
├─ com.gitlab.taucher2003.t2003_utils.tjda.theme.MaterialDesignTheme.class - [JAR]
├─ com.gitlab.taucher2003.t2003_utils.tjda.theme.MonokaiTheme.class - [JAR]
├─ com.gitlab.taucher2003.t2003_utils.tjda.theme.Theme.class - [JAR]
├─ com.gitlab.taucher2003.t2003_utils.tjda.theme.ThemeProvider.class - [JAR]