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 centit-ip-adapter-2.1.2007.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.centit.framework.ip.po
├─ com.centit.framework.ip.po.DatabaseInfo.class - [JAR]
├─ com.centit.framework.ip.po.OsInfo.class - [JAR]
├─ com.centit.framework.ip.po.UserAccessToken.class - [JAR]
com.centit.framework.ip.service
├─ com.centit.framework.ip.service.IntegrationEnvironment.class - [JAR]
com.centit.framework.ip.service.impl
├─ com.centit.framework.ip.service.impl.AbstractIntegrationEnvironment.class - [JAR]
├─ com.centit.framework.ip.service.impl.DatabaseInfoMap.class - [JAR]
├─ com.centit.framework.ip.service.impl.DummyIntegrationEnvironment.class - [JAR]
├─ com.centit.framework.ip.service.impl.JsonIntegrationEnvironment.class - [JAR]
├─ com.centit.framework.ip.service.impl.OsInfoMap.class - [JAR]