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 pdp-appbom-5.6.4.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.sany.test
├─ com.sany.test.Test.class - [JAR]
com.sany.appbom.action
├─ com.sany.appbom.action.AppBomController.class - [JAR]
├─ com.sany.appbom.action.TestMain.class - [JAR]
com.sany.appbom.service
├─ com.sany.appbom.service.AppBomException.class - [JAR]
├─ com.sany.appbom.service.AppBomServiceImpl.class - [JAR]
com.sany.appbom.entity
├─ com.sany.appbom.entity.AppBom.class - [JAR]
├─ com.sany.appbom.entity.AppBomCondition.class - [JAR]