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 junionc-1.1.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
theleo.jstruct.plugin
├─ theleo.jstruct.plugin.Log.class - [JAR]
├─ theleo.jstruct.plugin.SourceCompiler.class - [JAR]
theleo.jstruct.plugin.jc
├─ theleo.jstruct.plugin.jc.JStructPlugin.class - [JAR]
theleo.jstruct.plugin.ecj
├─ theleo.jstruct.plugin.ecj.CompilerError.class - [JAR]
├─ theleo.jstruct.plugin.ecj.EcjProcessor.class - [JAR]
├─ theleo.jstruct.plugin.ecj.ReadableFlattener.class - [JAR]
├─ theleo.jstruct.plugin.ecj.StructCache.class - [JAR]
├─ theleo.jstruct.plugin.ecj.Translator.class - [JAR]