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 xr-api-2.0.1-RELEASE.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
cn.xrfzh.api.test.dto
├─ cn.xrfzh.api.test.dto.TestDto.class - [JAR]
cn.xrfzh.api.student.pojo
├─ cn.xrfzh.api.student.pojo.Student.class - [JAR]
cn.xrfzh.api.teacher.pojo
├─ cn.xrfzh.api.teacher.pojo.Teacher.class - [JAR]
cn.xrfzh.api.student.dto
├─ cn.xrfzh.api.student.dto.StudentDto.class - [JAR]
cn.xrfzh.api.test.pojo
├─ cn.xrfzh.api.test.pojo.Test.class - [JAR]
cn.xrfzh.api.teacher.dto
├─ cn.xrfzh.api.teacher.dto.TeacherDto.class - [JAR]