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 example-data-postgres-book-0.2.21.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
io.americanexpress.data.book.dao
├─ io.americanexpress.data.book.dao.BookRepository.class - [JAR]
io.americanexpress.data.book
├─ io.americanexpress.data.book.DataBookApplication.class - [JAR]
io.americanexpress.data.book.entity
├─ io.americanexpress.data.book.entity.BookEntity.class - [JAR]
io.americanexpress.data.book.config
├─ io.americanexpress.data.book.config.DataBookConfig.class - [JAR]