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 sdkg-example-provider-3.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.fastjrun.example.web.controller.advice
├─ com.fastjrun.example.web.controller.advice.ExceptionHandlerExt.class - [JAR]
com.fastjrun.example.helper
├─ com.fastjrun.example.helper.BaseResponseHelper.class - [JAR]
com.fastjrun.example.web.controller
├─ com.fastjrun.example.web.controller.BaseApiController.class - [JAR]
├─ com.fastjrun.example.web.controller.BaseAppController.class - [JAR]
├─ com.fastjrun.example.web.controller.BaseRPCController.class - [JAR]
├─ com.fastjrun.example.web.controller.BaseWebController.class - [JAR]
com.fastjrun.example.biz
├─ com.fastjrun.example.biz.BaseDefaultApiManager.class - [JAR]