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 jacline-transpiler-1.0.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.kohlschutter.jacline.jscomp
├─ com.kohlschutter.jacline.jscomp.ClosureCompilationResult.class - [JAR]
├─ com.kohlschutter.jacline.jscomp.ClosureCompiler.class - [JAR]
├─ com.kohlschutter.jacline.jscomp.ClosureCompilerOptionsBuilder.class - [JAR]
├─ com.kohlschutter.jacline.jscomp.ClosureCompilerRun.class - [JAR]
├─ com.kohlschutter.jacline.jscomp.ClosureCompilerSources.class - [JAR]
├─ com.kohlschutter.jacline.jscomp.CompilerImpl.class - [JAR]
├─ com.kohlschutter.jacline.jscomp.SourceMapLocationMapping.class - [JAR]
├─ com.kohlschutter.jacline.jscomp.TrackingOnlyLicenseTracker.class - [JAR]
com.kohlschutter.jacline
├─ com.kohlschutter.jacline.CompilerOutput.class - [JAR]
├─ com.kohlschutter.jacline.IOUtil.class - [JAR]
├─ com.kohlschutter.jacline.JaclineException.class - [JAR]
├─ com.kohlschutter.jacline.Problems.class - [JAR]
com.kohlschutter.jacline.j2cl
├─ com.kohlschutter.jacline.j2cl.BootstrapJarSupport.class - [JAR]
├─ com.kohlschutter.jacline.j2cl.JaclineJ2ClTranspiler.class - [JAR]
├─ com.kohlschutter.jacline.j2cl.TranspilerSources.class - [JAR]