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 ip2region-0.0.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.github.houbb.ip2region.constant
├─ com.github.houbb.ip2region.constant.Ip2RegionConst.class - [JAR]
com.github.houbb.ip2region.core
├─ com.github.houbb.ip2region.core.IpTree.class - [JAR]
com.github.houbb.ip2region.exception
├─ com.github.houbb.ip2region.exception.Ip2RegionException.class - [JAR]
com.github.houbb.ip2region.util
├─ com.github.houbb.ip2region.util.Ip2RegionHelper.class - [JAR]
com.github.houbb.ip2region.dto
├─ com.github.houbb.ip2region.dto.IpRelation.class - [JAR]