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 web-dashboard_2.12-17.10.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.twitter.web.dashboard
├─ com.twitter.web.dashboard.Server.class - [JAR]
├─ com.twitter.web.dashboard.ServerMain.class - [JAR]
com.twitter.web.dashboard.views
├─ com.twitter.web.dashboard.views.UserView.class - [JAR]
com.twitter.web.dashboard.controllers
├─ com.twitter.web.dashboard.controllers.DashboardController.class - [JAR]