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 global-result-handler-example-1.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.feiniaojin.grh.example
├─ com.feiniaojin.grh.example.GrhExampleApplication.class - [JAR]
com.feiniaojin.grh.example.config
├─ com.feiniaojin.grh.example.config.ExampleConfig.class - [JAR]
com.feiniaojin.grh.example.dto
├─ com.feiniaojin.grh.example.dto.RequestDto.class - [JAR]
├─ com.feiniaojin.grh.example.dto.ResponseDto.class - [JAR]
com.feiniaojin.grh.example.exceptions
├─ com.feiniaojin.grh.example.exceptions.ExampleExceptions.class - [JAR]
com.feiniaojin.grh.example.service
├─ com.feiniaojin.grh.example.service.ExampleService.class - [JAR]
com.feiniaojin.grh.example.service.impl
├─ com.feiniaojin.grh.example.service.impl.ExampleServiceImpl.class - [JAR]
com.feiniaojin.grh.example.controller
├─ com.feiniaojin.grh.example.controller.ExampleController.class - [JAR]