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 inner-message-1.2.2101.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.centit.product.oa.service
├─ com.centit.product.oa.service.InnerMessageManager.class - [JAR]
com.centit.product.oa.dao
├─ com.centit.product.oa.dao.InnerMsgAnnexDao.class - [JAR]
├─ com.centit.product.oa.dao.InnerMsgDao.class - [JAR]
├─ com.centit.product.oa.dao.InnerMsgRecipientDao.class - [JAR]
com.centit.product.oa.po
├─ com.centit.product.oa.po.InnerMsg.class - [JAR]
├─ com.centit.product.oa.po.InnerMsgAnnex.class - [JAR]
├─ com.centit.product.oa.po.InnerMsgRecipient.class - [JAR]
com.centit.product.oa.controller
├─ com.centit.product.oa.controller.InnerMsgController.class - [JAR]
com.centit.product.oa.service.impl
├─ com.centit.product.oa.service.impl.InnerMessageManagerImpl.class - [JAR]