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 openurp-app-boot-0.1.12.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.openurp.app.web.index
├─ org.openurp.app.web.index.ProjectAction.class - [JAR]
├─ org.openurp.app.web.index.SchoolAction.class - [JAR]
org.openurp.app.service
├─ org.openurp.app.service.DaoModule.class - [JAR]
org.openurp.app.web
├─ org.openurp.app.web.ProjectModule.class - [JAR]
├─ org.openurp.app.web.SchoolModule.class - [JAR]