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 baffalotech-integration-demo-1.0.5.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.baffalotech.integration.demo.cxf
├─ com.baffalotech.integration.demo.cxf.Dept.class - [JAR]
├─ com.baffalotech.integration.demo.cxf.DeptService.class - [JAR]
├─ com.baffalotech.integration.demo.cxf.DeptServiceImpl.class - [JAR]
├─ com.baffalotech.integration.demo.cxf.User.class - [JAR]
├─ com.baffalotech.integration.demo.cxf.UserService.class - [JAR]
├─ com.baffalotech.integration.demo.cxf.UserServiceImpl.class - [JAR]
org.baffalotech.integration.demo.pojo
├─ org.baffalotech.integration.demo.pojo.DataInput.class - [JAR]
├─ org.baffalotech.integration.demo.pojo.DataOutput.class - [JAR]
├─ org.baffalotech.integration.demo.pojo.JsonDataInput.class - [JAR]
org.baffalotech.integration.demo
├─ org.baffalotech.integration.demo.DemoApp.class - [JAR]
├─ org.baffalotech.integration.demo.MVCDemo.class - [JAR]
├─ org.baffalotech.integration.demo.MVCJsonDemo.class - [JAR]
├─ org.baffalotech.integration.demo.MVCTestFilter.class - [JAR]
├─ org.baffalotech.integration.demo.TCPTestController.class - [JAR]
├─ org.baffalotech.integration.demo.TestRootHandler.class - [JAR]
org.baffalotech.integration.demo.mvc
├─ org.baffalotech.integration.demo.mvc.ServletMVCTest.class - [JAR]
org.baffalotech.integration.demo.zipkin
├─ org.baffalotech.integration.demo.zipkin.TCPAdapter.class - [JAR]
├─ org.baffalotech.integration.demo.zipkin.TCPTracingHandler.class - [JAR]