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 bithon-web-app-1.1.0-RELEASE.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.bithon.server.webapp.services
├─ org.bithon.server.webapp.services.ServiceDiscovery.class - [JAR]
org.bithon.server.webapp.utils
├─ org.bithon.server.webapp.utils.DateTimeUtils.class - [JAR]
├─ org.bithon.server.webapp.utils.ReflectionUtils.class - [JAR]
org.bithon.server.webapp.ui
├─ org.bithon.server.webapp.ui.AppController.class - [JAR]
├─ org.bithon.server.webapp.ui.DashboardController.class - [JAR]
├─ org.bithon.server.webapp.ui.HomeController.class - [JAR]
├─ org.bithon.server.webapp.ui.TraceController.class - [JAR]