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 benchmarks-of-zinc-and-the-compiler-bridge_2.11-1.0.0-X20.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
xsbt
├─ xsbt.BenchmarkBase.class - [JAR]
├─ xsbt.BenchmarkProject.class - [JAR]
├─ xsbt.BenchmarkProjects.class - [JAR]
├─ xsbt.ColdScalacBenchmark.class - [JAR]
├─ xsbt.GlobalBenchmarkSetup.class - [JAR]
├─ xsbt.HotScalacBenchmark.class - [JAR]
├─ xsbt.ProjectSetup.class - [JAR]
├─ xsbt.ScalacBenchmark.class - [JAR]
├─ xsbt.WarmScalacBenchmark.class - [JAR]
├─ xsbt.ZincBenchmark.class - [JAR]
├─ xsbt.ZincSetup.class - [JAR]