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 jspc-maven-plugin-4.1.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
io.leonard.maven.plugins.jspc_maven_plugin
├─ io.leonard.maven.plugins.jspc_maven_plugin.HelpMojo.class - [JAR]
io.leonard.maven.plugins.jspc
├─ io.leonard.maven.plugins.jspc.JspCContextAccessor.class - [JAR]
├─ io.leonard.maven.plugins.jspc.JspcMojo.class - [JAR]
├─ io.leonard.maven.plugins.jspc.JspcWorker.class - [JAR]
org.apache.jasper.compiler
├─ org.apache.jasper.compiler.JspcMojoJDTCompiler.class - [JAR]
├─ org.apache.jasper.compiler.ParallelJDTCompiler.class - [JAR]