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 builder-0.2.7.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
app.softwork.kobol
├─ app.softwork.kobol.BuildTreeKt.class - [JAR]
├─ app.softwork.kobol.Db2ParserDefinition.class - [JAR]
├─ app.softwork.kobol.FileToTreeKt.class - [JAR]
├─ app.softwork.kobol.InlineSqlFile.class - [JAR]
├─ app.softwork.kobol.InlineSqlFileKt.class - [JAR]
├─ app.softwork.kobol.InlineSqlFileType.class - [JAR]
├─ app.softwork.kobol.SqlPrecompiler.class - [JAR]
├─ app.softwork.kobol.SqlPrecompilerFactory.class - [JAR]
├─ app.softwork.kobol.ToIRTreeKt.class - [JAR]
app.softwork.kobol.ir
├─ app.softwork.kobol.ir.ControlFlowHandling.class - [JAR]
├─ app.softwork.kobol.ir.ControlFlowHandlingFactory.class - [JAR]
├─ app.softwork.kobol.ir.FileHandling.class - [JAR]
├─ app.softwork.kobol.ir.FileHandlingFactory.class - [JAR]
├─ app.softwork.kobol.ir.ProcedureName.class - [JAR]
├─ app.softwork.kobol.ir.SerializationPlugin.class - [JAR]
├─ app.softwork.kobol.ir.SerializationPluginFactory.class - [JAR]