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 wizard-wechat-client-0.2.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.sinvay.wizard.wechat.client
├─ com.sinvay.wizard.wechat.client.WechatClient.class - [JAR]
com.sinvay.wizard.wechat.client.response.cellphone
├─ com.sinvay.wizard.wechat.client.response.cellphone.PhoneInfo.class - [JAR]
├─ com.sinvay.wizard.wechat.client.response.cellphone.Watermark.class - [JAR]
com.sinvay.wizard.wechat.client.response
├─ com.sinvay.wizard.wechat.client.response.WechatCellphoneResponse.class - [JAR]
├─ com.sinvay.wizard.wechat.client.response.WechatResponse.class - [JAR]
├─ com.sinvay.wizard.wechat.client.response.WechatSessionResponse.class - [JAR]
com.sinvay.wizard.wechat.client.exceptions
├─ com.sinvay.wizard.wechat.client.exceptions.WechatClientException.class - [JAR]