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 example-2.3.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
xyz.xiezc.example.web.mapper
├─ xyz.xiezc.example.web.mapper.AlbumMapper.class - [JAR]
├─ xyz.xiezc.example.web.mapper.TagMapper.class - [JAR]
xyz.xiezc.example.web.service
├─ xyz.xiezc.example.web.service.TestService.class - [JAR]
xyz.xiezc.example.web.common
├─ xyz.xiezc.example.web.common.TestAopspect.class - [JAR]
xyz.xiezc.example
├─ xyz.xiezc.example.Application.class - [JAR]
xyz.xiezc.example.web.controller
├─ xyz.xiezc.example.web.controller.TestController.class - [JAR]
├─ xyz.xiezc.example.web.controller.WebSocketHandler.class - [JAR]
xyz.xiezc.example.web.entity
├─ xyz.xiezc.example.web.entity.Album.class - [JAR]
├─ xyz.xiezc.example.web.entity.Tag.class - [JAR]
xyz.xiezc.example.web.service.impl
├─ xyz.xiezc.example.web.service.impl.TestServiceImpl.class - [JAR]
├─ xyz.xiezc.example.web.service.impl.TestServiceImpl2.class - [JAR]