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 arex-report-dashboard-0.2.4.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.arextest.report.dashboard.core
├─ com.arextest.report.dashboard.core.Dashboard.class - [JAR]
├─ com.arextest.report.dashboard.core.DashboardGroup.class - [JAR]
├─ com.arextest.report.dashboard.core.DashboardGroupProvider.class - [JAR]
├─ com.arextest.report.dashboard.core.DashboardSource.class - [JAR]
com.arextest.report.dashboard.impl
├─ com.arextest.report.dashboard.impl.AppDailyViewDashboard.class - [JAR]
├─ com.arextest.report.dashboard.impl.AppDailyViewDashboardSource.class - [JAR]