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 springscreen-demo-0.1.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.genestalker.springscreen.demo.application
├─ com.genestalker.springscreen.demo.application.ApplicationConfig.class - [JAR]
├─ com.genestalker.springscreen.demo.application.ScreensConfig.class - [JAR]
com.genestalker.springscreen.demo.controllers
├─ com.genestalker.springscreen.demo.controllers.AboutController.class - [JAR]
├─ com.genestalker.springscreen.demo.controllers.AnswerController.class - [JAR]
├─ com.genestalker.springscreen.demo.controllers.LeftController.class - [JAR]
├─ com.genestalker.springscreen.demo.controllers.MainController.class - [JAR]
├─ com.genestalker.springscreen.demo.controllers.QuestionController.class - [JAR]
com.genestalker.springscreen.demo
├─ com.genestalker.springscreen.demo.Main.class - [JAR]