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 debbie-example-0.0.1-RELEASE.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.truthbean.debbie.example.service
├─ com.truthbean.debbie.example.service.RemoteUserService.class - [JAR]
com.truthbean.debbie.example.httpclient
├─ com.truthbean.debbie.example.httpclient.UserHttpClient.class - [JAR]
com.truthbean.debbie.example
├─ com.truthbean.debbie.example.ExampleApplication.class - [JAR]
com.truthbean.debbie.example.filter
├─ com.truthbean.debbie.example.filter.ExampleFilter.class - [JAR]
├─ com.truthbean.debbie.example.filter.ExampleFilter2.class - [JAR]
com.truthbean.debbie.example.router
├─ com.truthbean.debbie.example.router.ExampleRouter.class - [JAR]