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 vaadin-jooq-2.0.4.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
io.seventytwo.vaadinjooq.ui
├─ io.seventytwo.vaadinjooq.ui.RecordGrid.class - [JAR]
io.seventytwo.vaadinjooq.repository
├─ io.seventytwo.vaadinjooq.repository.JooqRepository.class - [JAR]
io.seventytwo.vaadinjooq.util
├─ io.seventytwo.vaadinjooq.util.JooqUtil.class - [JAR]
├─ io.seventytwo.vaadinjooq.util.VaadinJooqUtil.class - [JAR]