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 ms-mlic-client-1.0.3.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
net.mingsoft.lic.client.annotation
├─ net.mingsoft.lic.client.annotation.MSLicAuthorize.class - [JAR]
net.mingsoft.lic.client.action
├─ net.mingsoft.lic.client.action.AuthorizeAction.class - [JAR]
net.mingsoft.lic.client.constant
├─ net.mingsoft.lic.client.constant.Const.class - [JAR]
net.mingsoft.lic.client.utils
├─ net.mingsoft.lic.client.utils.DecriptUtil.class - [JAR]
├─ net.mingsoft.lic.client.utils.LicenseAuthUtil.class - [JAR]
net.mingsoft.lic.client.aop
├─ net.mingsoft.lic.client.aop.AuthorizeAop.class - [JAR]
net.mingsoft.lic.client.exception
├─ net.mingsoft.lic.client.exception.AuthorizeException.class - [JAR]
├─ net.mingsoft.lic.client.exception.ExceptionResolver.class - [JAR]