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 ax-compiler-0.0.18.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.g2forge.alexandria.compiler
├─ com.g2forge.alexandria.compiler.DynamicClassFile.class - [JAR]
├─ com.g2forge.alexandria.compiler.DynamicClassLoader.class - [JAR]
├─ com.g2forge.alexandria.compiler.DynamicJavaCompiler.class - [JAR]
├─ com.g2forge.alexandria.compiler.DynamicJavaCompilerException.class - [JAR]
├─ com.g2forge.alexandria.compiler.DynamicJavaFileManager.class - [JAR]
├─ com.g2forge.alexandria.compiler.DynamicSourceFile.class - [JAR]
com.g2forge.alexandria.compiler.diagnostic
├─ com.g2forge.alexandria.compiler.diagnostic.DataDiagnostic.class - [JAR]
├─ com.g2forge.alexandria.compiler.diagnostic.DiagnosticMatcher.class - [JAR]