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 common-1.0.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.hetang.pf.testcase
├─ com.hetang.pf.testcase.TestHelper.class - [JAR]
com.hetang.pf.id.helper
├─ com.hetang.pf.id.helper.IdGenHelper.class - [JAR]
com.hetang.pf.exception
├─ com.hetang.pf.exception.BusinessError.class - [JAR]
├─ com.hetang.pf.exception.ErrorBuilder.class - [JAR]
├─ com.hetang.pf.exception.ErrorCate.class - [JAR]