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 y3tu-tool-report-1.5.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.y3tu.tool.report.annotation
├─ com.y3tu.tool.report.annotation.EnableReportTool.class - [JAR]
├─ com.y3tu.tool.report.annotation.EnableReportToolRegistrar.class - [JAR]
com.y3tu.tool.report.controller
├─ com.y3tu.tool.report.controller.TestController.class - [JAR]
com.y3tu.tool.report
├─ com.y3tu.tool.report.ReportApplication.class - [JAR]
com.y3tu.tool.report.config
├─ com.y3tu.tool.report.config.ReportViewServletConfiguration.class - [JAR]
com.y3tu.tool.report.http
├─ com.y3tu.tool.report.http.ReportViewServlet.class - [JAR]
├─ com.y3tu.tool.report.http.ResourceServlet.class - [JAR]