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 weixin-app-0.9.8.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.riversoft.weixin.app.event
├─ com.riversoft.weixin.app.event.UserEnterSession.class - [JAR]
com.riversoft.weixin.app.template
├─ com.riversoft.weixin.app.template.Message.class - [JAR]
├─ com.riversoft.weixin.app.template.Templates.class - [JAR]
com.riversoft.weixin.app.qrcode
├─ com.riversoft.weixin.app.qrcode.QrCodes.class - [JAR]
com.riversoft.weixin.app
├─ com.riversoft.weixin.app.AppWxClientFactory.class - [JAR]
com.riversoft.weixin.app.base
├─ com.riversoft.weixin.app.base.AppSetting.class - [JAR]
├─ com.riversoft.weixin.app.base.WxEndpoint.class - [JAR]
com.riversoft.weixin.app.care
├─ com.riversoft.weixin.app.care.CareMessages.class - [JAR]
com.riversoft.weixin.app.media
├─ com.riversoft.weixin.app.media.Medias.class - [JAR]
com.riversoft.weixin.app.message
├─ com.riversoft.weixin.app.message.AppXmlMessages.class - [JAR]
com.riversoft.weixin.app.user
├─ com.riversoft.weixin.app.user.SessionKey.class - [JAR]
├─ com.riversoft.weixin.app.user.Users.class - [JAR]