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 acc-web-1.1.2.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.acc.web.manager
├─ com.acc.web.manager.CommonDataManager.class - [JAR]
├─ com.acc.web.manager.HttpDataManager.class - [JAR]
├─ com.acc.web.manager.JsonManager.class - [JAR]
├─ com.acc.web.manager.LogManager.class - [JAR]
com.acc.web.service.base
├─ com.acc.web.service.base.IBaseService.class - [JAR]
├─ com.acc.web.service.base.ICommonService.class - [JAR]
com.acc.web.rest
├─ com.acc.web.rest.ACCBaseRest.class - [JAR]