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 fastball-example-0.1.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
io.test
├─ io.test.Application.class - [JAR]
├─ io.test.User.class - [JAR]
├─ io.test.UserForm.class - [JAR]
├─ io.test.UserLRLayout.class - [JAR]
├─ io.test.UserLRTreeLayout.class - [JAR]
├─ io.test.UserLTBTreeLayout.class - [JAR]
├─ io.test.UserLayout.class - [JAR]
├─ io.test.UserPopupForm.class - [JAR]
├─ io.test.UserQuerier.class - [JAR]
├─ io.test.UserTable.class - [JAR]
├─ io.test.UserTree.class - [JAR]