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 imc-0.2.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.github.picadoh.imc.model
├─ com.github.picadoh.imc.model.CompilationPackage.class - [JAR]
├─ com.github.picadoh.imc.model.CompilationUnit.class - [JAR]
├─ com.github.picadoh.imc.model.JavaMemoryObject.class - [JAR]
├─ com.github.picadoh.imc.model.JavaSourceFromString.class - [JAR]
com.github.picadoh.imc.loader
├─ com.github.picadoh.imc.loader.ByteArrayClassLoader.class - [JAR]
├─ com.github.picadoh.imc.loader.CompilationPackageLoader.class - [JAR]
com.github.picadoh.imc.compiler
├─ com.github.picadoh.imc.compiler.InMemoryClassManager.class - [JAR]
├─ com.github.picadoh.imc.compiler.InMemoryCompiler.class - [JAR]