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 sourcecode-3.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.basinmc.plunger.sourcecode.utility
├─ org.basinmc.plunger.sourcecode.utility.ReferenceUtility.class - [JAR]
org.basinmc.plunger.sourcecode.transformer
├─ org.basinmc.plunger.sourcecode.transformer.AbstractCascadingSourcecodeTransformer.class - [JAR]
├─ org.basinmc.plunger.sourcecode.transformer.AccessMappingSourcecodeTransformer.class - [JAR]
├─ org.basinmc.plunger.sourcecode.transformer.JavaDocSourcecodeTransformer.class - [JAR]
├─ org.basinmc.plunger.sourcecode.transformer.SourcecodeTransformer.class - [JAR]
org.basinmc.plunger.sourcecode.generator
├─ org.basinmc.plunger.sourcecode.generator.ClassJavaDocGenerator.class - [JAR]
├─ org.basinmc.plunger.sourcecode.generator.FieldJavaDocGenerator.class - [JAR]
├─ org.basinmc.plunger.sourcecode.generator.JavaDocGenerator.class - [JAR]
├─ org.basinmc.plunger.sourcecode.generator.MethodJavaDocGenerator.class - [JAR]
org.basinmc.plunger.sourcecode
├─ org.basinmc.plunger.sourcecode.SourcecodePlunger.class - [JAR]
org.basinmc.plunger.sourcecode.formatter
├─ org.basinmc.plunger.sourcecode.formatter.GoogleSourcecodeFormatter.class - [JAR]
├─ org.basinmc.plunger.sourcecode.formatter.SourcecodeFormatter.class - [JAR]