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 moomanow-struts2-core-0.1.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.moomanow.web.struts2.bean
├─ com.moomanow.web.struts2.bean.Button.class - [JAR]
com.moomanow.core.common.bean
├─ com.moomanow.core.common.bean.IJSONResult.class - [JAR]
com.moomanow.web.struts2.constant
├─ com.moomanow.web.struts2.constant.MessageCode.class - [JAR]
com.moomanow.web.struts2.action
├─ com.moomanow.web.struts2.action.BaseAction.class - [JAR]
├─ com.moomanow.web.struts2.action.BaseRestAction.class - [JAR]
├─ com.moomanow.web.struts2.action.SuperBaseRestAction.class - [JAR]