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-test-kotlin-3.12.4.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.jooq.codegen.test.booleans.db
├─ org.jooq.codegen.test.booleans.db.DefaultCatalog.class - [JAR]
├─ org.jooq.codegen.test.booleans.db.DefaultSchema.class - [JAR]
├─ org.jooq.codegen.test.booleans.db.Indexes.class - [JAR]
├─ org.jooq.codegen.test.booleans.db.Keys.class - [JAR]
├─ org.jooq.codegen.test.booleans.db.Tables.class - [JAR]
org.jooq.codegen.test.api.db
├─ org.jooq.codegen.test.api.db.DefaultCatalog.class - [JAR]
├─ org.jooq.codegen.test.api.db.DefaultSchema.class - [JAR]
├─ org.jooq.codegen.test.api.db.Indexes.class - [JAR]
├─ org.jooq.codegen.test.api.db.Keys.class - [JAR]
├─ org.jooq.codegen.test.api.db.Tables.class - [JAR]
org.jooq.codegen.test.booleans.db.tables.records
├─ org.jooq.codegen.test.booleans.db.tables.records.TRecord.class - [JAR]
org.jooq.codegen.test.api.db.tables
├─ org.jooq.codegen.test.api.db.tables.Author.class - [JAR]
├─ org.jooq.codegen.test.api.db.tables.Book.class - [JAR]
org.jooq.codegen.test.api.db.tables.records
├─ org.jooq.codegen.test.api.db.tables.records.AuthorRecord.class - [JAR]
├─ org.jooq.codegen.test.api.db.tables.records.BookRecord.class - [JAR]
org.jooq.codegen.test.booleans.db.tables
├─ org.jooq.codegen.test.booleans.db.tables.T.class - [JAR]