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 wechat-1.0.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.mengyunzhi.wechat.exception
├─ com.mengyunzhi.wechat.exception.HttpRequestException.class - [JAR]
├─ com.mengyunzhi.wechat.exception.QrCodeCanNotGetException.class - [JAR]
com.mengyunzhi.wechat.vo
├─ com.mengyunzhi.wechat.vo.MessageTemplateRequest.class - [JAR]
├─ com.mengyunzhi.wechat.vo.ScanQrCodeLanding.class - [JAR]
├─ com.mengyunzhi.wechat.vo.TextResponse.class - [JAR]
com.mengyunzhi.wechat
├─ com.mengyunzhi.wechat.WechatProxy.class - [JAR]