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 yak-demo-common-app-4.0.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.crazyyak.demo.common.app
├─ org.crazyyak.demo.common.app.DemoCommonSpringConfig.class - [JAR]
├─ org.crazyyak.demo.common.app.DemoCouchServer.class - [JAR]
org.crazyyak.demo.common.app.domain
├─ org.crazyyak.demo.common.app.domain.Account.class - [JAR]
├─ org.crazyyak.demo.common.app.domain.AccountStore.class - [JAR]
org.crazyyak.demo.common.app.models
├─ org.crazyyak.demo.common.app.models.AdminPageModel.class - [JAR]
├─ org.crazyyak.demo.common.app.models.HomePageModel.class - [JAR]