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 jeasse-asity-example-play2-0.1.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
router
├─ router.Routes.class - [JAR]
├─ router.RoutesPrefix.class - [JAR]
kim.donghwan.jeasse.asity.example.play2
├─ kim.donghwan.jeasse.asity.example.play2.ChatController.class - [JAR]
├─ kim.donghwan.jeasse.asity.example.play2.ReverseChatController.class - [JAR]
├─ kim.donghwan.jeasse.asity.example.play2.routes.class - [JAR]
controllers.javascript
├─ controllers.javascript.ReverseAssets.class - [JAR]
controllers
├─ controllers.ReverseAssets.class - [JAR]
├─ controllers.routes.class - [JAR]
kim.donghwan.jeasse.asity.example.play2.javascript
├─ kim.donghwan.jeasse.asity.example.play2.javascript.ReverseChatController.class - [JAR]