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 mcl-addon-2.1.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.itxtech.mcl.addon
├─ org.itxtech.mcl.addon.Addon.class - [JAR]
├─ org.itxtech.mcl.addon.CommandKt.class - [JAR]
├─ org.itxtech.mcl.addon.FixKt.class - [JAR]
├─ org.itxtech.mcl.addon.MclCommand.class - [JAR]
├─ org.itxtech.mcl.addon.MclxCommand.class - [JAR]
├─ org.itxtech.mcl.addon.PluginMain.class - [JAR]
org.itxtech.mcl.addon.soyuz
├─ org.itxtech.mcl.addon.soyuz.HandlerKt.class - [JAR]
├─ org.itxtech.mcl.addon.soyuz.MclFetchPackage.class - [JAR]
├─ org.itxtech.mcl.addon.soyuz.MclFetchPackageIndex.class - [JAR]
├─ org.itxtech.mcl.addon.soyuz.MclListPackageHandler.class - [JAR]
├─ org.itxtech.mcl.addon.soyuz.MclRemovePackageHandler.class - [JAR]
├─ org.itxtech.mcl.addon.soyuz.MclUpdatePackageHandler.class - [JAR]
org.itxtech.mcl.addon.logger
├─ org.itxtech.mcl.addon.logger.ConsoleLogger.class - [JAR]
├─ org.itxtech.mcl.addon.logger.TerminalLogger.class - [JAR]