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 java-pojo-generator-mojo-example-1.1.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
from_imported_metadata.testpkg
├─ from_imported_metadata.testpkg.TestTable1.class - [JAR]
├─ from_imported_metadata.testpkg.TestTable2.class - [JAR]
├─ from_imported_metadata.testpkg.TestTable3.class - [JAR]
pojo.testpkg
├─ pojo.testpkg.TestTable1.class - [JAR]
├─ pojo.testpkg.TestTable2.class - [JAR]
├─ pojo.testpkg.TestTable3.class - [JAR]
spring.testpkg
├─ spring.testpkg.TestTable1.class - [JAR]
├─ spring.testpkg.TestTable2.class - [JAR]
├─ spring.testpkg.TestTable3.class - [JAR]
testpkg
├─ testpkg.JdbcConfig.class - [JAR]
├─ testpkg.TestTable1Repository.class - [JAR]