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 fastchar-appshare-1.3.4.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.fastchar.appshare.web
├─ com.fastchar.appshare.web.AppShareAction.class - [JAR]
com.fastchar.appshare.utils
├─ com.fastchar.appshare.utils.ConvertHandler.class - [JAR]
├─ com.fastchar.appshare.utils.IPAUtils.class - [JAR]
├─ com.fastchar.appshare.utils.PNGIHDRTrunk.class - [JAR]
├─ com.fastchar.appshare.utils.PNGTrunk.class - [JAR]
com.fastchar.appshare.action
├─ com.fastchar.appshare.action.AppDownloadAction.class - [JAR]
├─ com.fastchar.appshare.action.AppShareAction.class - [JAR]
com.fastchar.appshare.entity
├─ com.fastchar.appshare.entity.FinalAppAndroidEntity.class - [JAR]
├─ com.fastchar.appshare.entity.FinalAppAndroidHistoryEntity.class - [JAR]
├─ com.fastchar.appshare.entity.FinalAppEntity.class - [JAR]
├─ com.fastchar.appshare.entity.FinalAppIosEntity.class - [JAR]
├─ com.fastchar.appshare.entity.FinalAppIosHistoryEntity.class - [JAR]
com.fastchar.appshare
├─ com.fastchar.appshare.FastAppShareConfig.class - [JAR]
├─ com.fastchar.appshare.FastAppShareWeb.class - [JAR]