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-tool-1.0.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.github.houbb.phone.tool.model
├─ com.github.houbb.phone.tool.model.PhoneInfo.class - [JAR]
com.github.houbb.phone.tool.constant
├─ com.github.houbb.phone.tool.constant.PhoneOperType.class - [JAR]
com.github.houbb.phone.tool.api
├─ com.github.houbb.phone.tool.api.IPhoneData.class - [JAR]
com.github.houbb.phone.tool.util.inner
├─ com.github.houbb.phone.tool.util.inner.InnerPhoneUtil.class - [JAR]
com.github.houbb.phone.tool.support.data
├─ com.github.houbb.phone.tool.support.data.PhoneData.class - [JAR]
com.github.houbb.phone.tool.util
├─ com.github.houbb.phone.tool.util.PhoneUtil.class - [JAR]