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 phone-number-geo-1.0.9-202302.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
me.ihxq.projects.pna
├─ me.ihxq.projects.pna.Attribution.class - [JAR]
├─ me.ihxq.projects.pna.ISP.class - [JAR]
├─ me.ihxq.projects.pna.PhoneNumberInfo.class - [JAR]
├─ me.ihxq.projects.pna.PhoneNumberLookup.class - [JAR]
me.ihxq.projects.pna.algorithm
├─ me.ihxq.projects.pna.algorithm.AnotherBinarySearchAlgorithmImpl.class - [JAR]
├─ me.ihxq.projects.pna.algorithm.BinarySearchAlgorithmImpl.class - [JAR]
├─ me.ihxq.projects.pna.algorithm.LookupAlgorithm.class - [JAR]
├─ me.ihxq.projects.pna.algorithm.ProspectBinarySearchAlgorithmImpl.class - [JAR]
├─ me.ihxq.projects.pna.algorithm.SequenceLookupAlgorithmImpl.class - [JAR]