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 zpp-util-public-0.0.1.release.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.example.zhouppjdk
├─ com.example.zhouppjdk.ZhouppJdkApplication.class - [JAR]
com.example.zhouppjdk.demos.untils
├─ com.example.zhouppjdk.demos.untils.ZpRedisUntils.class - [JAR]
com.example.zhouppjdk.demos.web
├─ com.example.zhouppjdk.demos.web.BasicController.class - [JAR]
├─ com.example.zhouppjdk.demos.web.PathVariableController.class - [JAR]
├─ com.example.zhouppjdk.demos.web.User.class - [JAR]