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 ms-mcomment-2.1.20.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
net.mingsoft.comment.biz
├─ net.mingsoft.comment.biz.ICommentBiz.class - [JAR]
├─ net.mingsoft.comment.biz.ICommentsLogBiz.class - [JAR]
net.mingsoft.comment.biz.impl
├─ net.mingsoft.comment.biz.impl.CommentBizImpl.class - [JAR]
├─ net.mingsoft.comment.biz.impl.CommentsLogBizImpl.class - [JAR]
net.mingsoft.comment.bean
├─ net.mingsoft.comment.bean.CommentBean.class - [JAR]
net.mingsoft.comment.action.people
├─ net.mingsoft.comment.action.people.CommentAction.class - [JAR]
net.mingsoft.comment.dao
├─ net.mingsoft.comment.dao.ICommentDao.class - [JAR]
├─ net.mingsoft.comment.dao.ICommentsLogDao.class - [JAR]
net.mingsoft.comment.aop
├─ net.mingsoft.comment.aop.CommentAop.class - [JAR]
net.mingsoft.comment.constant
├─ net.mingsoft.comment.constant.Const.class - [JAR]
net.mingsoft.comment.action
├─ net.mingsoft.comment.action.BaseAction.class - [JAR]
├─ net.mingsoft.comment.action.CommentAction.class - [JAR]
├─ net.mingsoft.comment.action.CommentDataAction.class - [JAR]
net.mingsoft.comment.entity
├─ net.mingsoft.comment.entity.CommentEntity.class - [JAR]
├─ net.mingsoft.comment.entity.CommentsLogEntity.class - [JAR]
net.mingsoft.comment.action.web
├─ net.mingsoft.comment.action.web.CommentAction.class - [JAR]