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 jooq-dbunit-flyway-example-1.37.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.jooq.example.flyway.db.h2.tables.records
├─ org.jooq.example.flyway.db.h2.tables.records.AuthorRecord.class - [JAR]
├─ org.jooq.example.flyway.db.h2.tables.records.BookRecord.class - [JAR]
org.jooq.example.flyway.db.h2.tables
├─ org.jooq.example.flyway.db.h2.tables.Author.class - [JAR]
├─ org.jooq.example.flyway.db.h2.tables.Book.class - [JAR]
org.jooq.example.flyway.db.h2
├─ org.jooq.example.flyway.db.h2.DefaultCatalog.class - [JAR]
├─ org.jooq.example.flyway.db.h2.FlywayTest.class - [JAR]
├─ org.jooq.example.flyway.db.h2.Keys.class - [JAR]
├─ org.jooq.example.flyway.db.h2.Sequences.class - [JAR]
├─ org.jooq.example.flyway.db.h2.Tables.class - [JAR]