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 test-1.1.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
github.alittlehuang.sql4j.test.entity
├─ github.alittlehuang.sql4j.test.entity.User.class - [JAR]
github.alittlehuang.sql4j.test
├─ github.alittlehuang.sql4j.test.EntityManagers.class - [JAR]
├─ github.alittlehuang.sql4j.test.JdbcTest.class - [JAR]
├─ github.alittlehuang.sql4j.test.JpaTest.class - [JAR]
├─ github.alittlehuang.sql4j.test.JsonSerializablePredicateValueTest.class - [JAR]
├─ github.alittlehuang.sql4j.test.Users.class - [JAR]
github.alittlehuang.sql4j.test.projection
├─ github.alittlehuang.sql4j.test.projection.UserInterface.class - [JAR]
├─ github.alittlehuang.sql4j.test.projection.UserModel.class - [JAR]
github.alittlehuang.sql4j.example
├─ github.alittlehuang.sql4j.example.Company.class - [JAR]
├─ github.alittlehuang.sql4j.example.Employee.class - [JAR]
├─ github.alittlehuang.sql4j.example.Example.class - [JAR]