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 fastchar-location-1.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.fastchar.location.entity
├─ com.fastchar.location.entity.FinalAreaEntity.class - [JAR]
├─ com.fastchar.location.entity.FinalCityEntity.class - [JAR]
├─ com.fastchar.location.entity.FinalProvinceEntity.class - [JAR]
com.fastchar.location
├─ com.fastchar.location.FastLocationConfig.class - [JAR]
com.fastchar.location.entity.getset
├─ com.fastchar.location.entity.getset.AbstractFinalAreaEntity.class - [JAR]
├─ com.fastchar.location.entity.getset.AbstractFinalCityEntity.class - [JAR]
├─ com.fastchar.location.entity.getset.AbstractFinalProvinceEntity.class - [JAR]
com.fastchar.location.action
├─ com.fastchar.location.action.AddressAction.class - [JAR]