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-provider-3.2.4.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.fastjrun.info
├─ com.fastjrun.info.ProviderMockStartApplication.class - [JAR]
├─ com.fastjrun.info.ProviderStartApplication.class - [JAR]
com.fastjrun.web.controller
├─ com.fastjrun.web.controller.BaseController.class - [JAR]
├─ com.fastjrun.web.controller.BaseWebController.class - [JAR]
com.fastjrun.common
├─ com.fastjrun.common.RestException.class - [JAR]
com.fastjrun
├─ com.fastjrun.BaseProviderApplication.class - [JAR]