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 modest-starter-0.0.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.modest.starter.startup
├─ com.modest.starter.startup.Server.class - [JAR]
├─ com.modest.starter.startup.Startup.class - [JAR]
├─ com.modest.starter.startup.StartupWithDubbo.class - [JAR]
com.modest.starter.server.config
├─ com.modest.starter.server.config.ContainerConfig.class - [JAR]
com.modest.starter.server
├─ com.modest.starter.server.ContainerShutdownHook.class - [JAR]
├─ com.modest.starter.server.StandardServer.class - [JAR]