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 json-compressor-1.5.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.github.unknownnpc.plugins.exception
├─ com.github.unknownnpc.plugins.exception.JsonCompressorExecutorException.class - [JAR]
com.github.unknownnpc.plugins.executor
├─ com.github.unknownnpc.plugins.executor.JsonCompressorExecutor.class - [JAR]
├─ com.github.unknownnpc.plugins.executor.JsonCompressorExecutorImpl.class - [JAR]
com.github.unknownnpc.plugins
├─ com.github.unknownnpc.plugins.JsonCompressorMojo.class - [JAR]
com.github.unknownnpc.plugins.util
├─ com.github.unknownnpc.plugins.util.FileIOUtil.class - [JAR]
├─ com.github.unknownnpc.plugins.util.SummaryUtil.class - [JAR]