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 zy-compiler-utils-0.0.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.iqarr.compiler
├─ com.iqarr.compiler.AbstractCompiler.class - [JAR]
├─ com.iqarr.compiler.Compiler.class - [JAR]
com.iqarr.compiler.util
├─ com.iqarr.compiler.util.ClassUtils.class - [JAR]
com.iqarr.compiler.javassist
├─ com.iqarr.compiler.javassist.JavassistCompiler.class - [JAR]