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 store-client-2.1.22.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
net.mingsoft.store.action
├─ net.mingsoft.store.action.ShareAction.class - [JAR]
├─ net.mingsoft.store.action.ShareManagerFileAction.class - [JAR]
├─ net.mingsoft.store.action.UpgraderAction.class - [JAR]
net.mingsoft.store.biz
├─ net.mingsoft.store.biz.IShareBiz.class - [JAR]
net.mingsoft.store.biz.impl
├─ net.mingsoft.store.biz.impl.ShareBizImpl.class - [JAR]