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 wasp-compiler_2.11-2.31.1-cdp717.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
scala.tools.nsc.symtab.classfile
├─ scala.tools.nsc.symtab.classfile.ClassfileParser.class - [JAR]
it.agilelab.bigdata.wasp.compiler.utils
├─ it.agilelab.bigdata.wasp.compiler.utils.Compiler.class - [JAR]
├─ it.agilelab.bigdata.wasp.compiler.utils.CompilerPool.class - [JAR]
├─ it.agilelab.bigdata.wasp.compiler.utils.FreeCodeCompiler.class - [JAR]
├─ it.agilelab.bigdata.wasp.compiler.utils.Reporter.class - [JAR]