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 zheng-jpa-test-1.8.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.github.zhengframework.jpa
├─ com.github.zhengframework.jpa.ExposedPrivateModule1.class - [JAR]
├─ com.github.zhengframework.jpa.ExposedPrivateModule2.class - [JAR]
├─ com.github.zhengframework.jpa.JpaModuleTest.class - [JAR]
├─ com.github.zhengframework.jpa.JpaMultiModuleTest.class - [JAR]
com.github.zhengframework.jpa.a
├─ com.github.zhengframework.jpa.a.Thing.class - [JAR]
├─ com.github.zhengframework.jpa.a.Work.class - [JAR]
com.github.zhengframework.jpa.b
├─ com.github.zhengframework.jpa.b.Thing2.class - [JAR]
├─ com.github.zhengframework.jpa.b.Work2.class - [JAR]