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 bubble-fireworks-test-web-2022.0.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
test.web.dto
├─ test.web.dto.TestEqualDTO.class - [JAR]
├─ test.web.dto.TestMessageDTO.class - [JAR]
test.web.controller
├─ test.web.controller.LongTest.class - [JAR]
├─ test.web.controller.SerializerController.class - [JAR]
├─ test.web.controller.TokenController.class - [JAR]
├─ test.web.controller.ValidatorController.class - [JAR]
test.web
├─ test.web.SimpleWebApplication.class - [JAR]