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 elegent-AC-demo-1.1.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
cn.elegent.ac.demo.hander
├─ cn.elegent.ac.demo.hander.ACDemo2Hander.class - [JAR]
├─ cn.elegent.ac.demo.hander.ACDemo3Hander.class - [JAR]
├─ cn.elegent.ac.demo.hander.ACDemoHander.class - [JAR]
cn.elegent.ac.demo.controller
├─ cn.elegent.ac.demo.controller.ACController.class - [JAR]
cn.elegent.ac.demo
├─ cn.elegent.ac.demo.Application.class - [JAR]
cn.elegent.ac.demo.dto
├─ cn.elegent.ac.demo.dto.ACDTO.class - [JAR]
├─ cn.elegent.ac.demo.dto.StatusInfo.class - [JAR]
├─ cn.elegent.ac.demo.dto.VmStatusContract.class - [JAR]