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 BotListHandler-core-2.0.0_13.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
dev.mlnr.blh.core.internal.utils
├─ dev.mlnr.blh.core.internal.utils.Checks.class - [JAR]
dev.mlnr.blh.core.internal.config
├─ dev.mlnr.blh.core.internal.config.AutoPostingConfig.class - [JAR]
├─ dev.mlnr.blh.core.internal.config.LoggingConfig.class - [JAR]
dev.mlnr.blh.core.api
├─ dev.mlnr.blh.core.api.BLHBuilder.class - [JAR]
├─ dev.mlnr.blh.core.api.BotList.class - [JAR]
├─ dev.mlnr.blh.core.api.BotListHandler.class - [JAR]
├─ dev.mlnr.blh.core.api.IBLHUpdater.class - [JAR]