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 codec-dubbo-demo-0.1.6.beta.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
unix.domain.socket.demo
├─ unix.domain.socket.demo.UdsClient.class - [JAR]
├─ unix.domain.socket.demo.UdsServer.class - [JAR]
org.apache.dubbo.demo
├─ org.apache.dubbo.demo.DemoService.class - [JAR]
├─ org.apache.dubbo.demo.DemoServiceImpl.class - [JAR]
com.dubbo.lite.test
├─ com.dubbo.lite.test.DubboSDKServer.class - [JAR]
├─ com.dubbo.lite.test.DubboServer.class - [JAR]