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-wordpdfdemo-5.6.4.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.sany.demo.action
├─ com.sany.demo.action.DemoController.class - [JAR]
├─ com.sany.demo.action.NewPrinterController.class - [JAR]
com.sany.demo.service
├─ com.sany.demo.service.DemoServiceImpl.class - [JAR]
com.sany.demo.entity
├─ com.sany.demo.entity.Demo.class - [JAR]