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 minecraft-local-map-tool-1.0.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.artnaseef.minecraft.localmaptool.gui
├─ com.artnaseef.minecraft.localmaptool.gui.MainFormRunner.class - [JAR]
├─ com.artnaseef.minecraft.localmaptool.gui.WindowsJavaMapsList.class - [JAR]
com.artnaseef.minecraft.localmaptool.scan
├─ com.artnaseef.minecraft.localmaptool.scan.MapLocationScanner.class - [JAR]
com.artnaseef.minecraft.localmaptool.zip.impl
├─ com.artnaseef.minecraft.localmaptool.zip.impl.ZipUtilImpl.class - [JAR]
com.artnaseef.minecraft.localmaptool.zip
├─ com.artnaseef.minecraft.localmaptool.zip.ZipParameters.class - [JAR]
├─ com.artnaseef.minecraft.localmaptool.zip.ZipUtil.class - [JAR]
com.artnaseef.minecraft.localmaptool.util
├─ com.artnaseef.minecraft.localmaptool.util.DockIconUtil.class - [JAR]
├─ com.artnaseef.minecraft.localmaptool.util.MinecraftMapDirectoryFinder.class - [JAR]
com.artnaseef.minecraft.localmaptool
├─ com.artnaseef.minecraft.localmaptool.Main.class - [JAR]
├─ com.artnaseef.minecraft.localmaptool.MinecraftEnvironmentType.class - [JAR]