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 communion-module-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.BbsManager.class - [JAR]
com.centit.product.oa.dao
├─ com.centit.product.oa.dao.BbsPieceDao.class - [JAR]
├─ com.centit.product.oa.dao.BbsScoreDao.class - [JAR]
com.centit.product.oa.po
├─ com.centit.product.oa.po.BbsPiece.class - [JAR]
├─ com.centit.product.oa.po.BbsScore.class - [JAR]
com.centit.product.oa.controller
├─ com.centit.product.oa.controller.BbsController.class - [JAR]
com.centit.product.oa.service.impl
├─ com.centit.product.oa.service.impl.BbsManagerImpl.class - [JAR]