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 jpa-query-object-test-0.9.11.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
io.github.chenfd99.jpaqueryobjecttest.dao
├─ io.github.chenfd99.jpaqueryobjecttest.dao.OrderDao.class - [JAR]
├─ io.github.chenfd99.jpaqueryobjecttest.dao.UserDao.class - [JAR]
io.github.chenfd99.jpaqueryobjecttest.qo
├─ io.github.chenfd99.jpaqueryobjecttest.qo.UserQO.class - [JAR]
io.github.chenfd99.jpaqueryobjecttest.entity
├─ io.github.chenfd99.jpaqueryobjecttest.entity.Order.class - [JAR]
├─ io.github.chenfd99.jpaqueryobjecttest.entity.User.class - [JAR]
io.github.chenfd99.jpaqueryobjecttest
├─ io.github.chenfd99.jpaqueryobjecttest.TestApplication.class - [JAR]