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-api-2.0.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.fastjrun.api
├─ com.fastjrun.api.BaseApi.class - [JAR]
├─ com.fastjrun.api.BaseDefaultApi.class - [JAR]
com.fastjrun.dto
├─ com.fastjrun.dto.ApiRequest.class - [JAR]
├─ com.fastjrun.dto.ApiRequestHead.class - [JAR]
├─ com.fastjrun.dto.AppRequest.class - [JAR]
├─ com.fastjrun.dto.AppRequestHead.class - [JAR]
├─ com.fastjrun.dto.BaseListPacket.class - [JAR]
├─ com.fastjrun.dto.BasePacket.class - [JAR]
├─ com.fastjrun.dto.DefaultListResponse.class - [JAR]
├─ com.fastjrun.dto.DefaultResponse.class - [JAR]
├─ com.fastjrun.dto.DefaultResponseHead.class - [JAR]