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 common-web-1.5.2.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.corefine.common.web.constant
├─ org.corefine.common.web.constant.CodeConstant.class - [JAR]
org.corefine.common.web.controller
├─ org.corefine.common.web.controller.OAuthException.class - [JAR]
org.corefine.common.web.service
├─ org.corefine.common.web.service.ServiceException.class - [JAR]
org.corefine.common.web.vo
├─ org.corefine.common.web.vo.DataVo.class - [JAR]
├─ org.corefine.common.web.vo.MessageVo.class - [JAR]
├─ org.corefine.common.web.vo.StatusVo.class - [JAR]
├─ org.corefine.common.web.vo.TotalVo.class - [JAR]
org.corefine.common.web.dao
├─ org.corefine.common.web.dao.DaoException.class - [JAR]
org.corefine.common.web.bo
├─ org.corefine.common.web.bo.BasicBo.class - [JAR]
├─ org.corefine.common.web.bo.PageBo.class - [JAR]