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 kcp-example-1.6.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
test
├─ test.Kcp4GoExampleClient.class - [JAR]
├─ test.Kcp4sharpExampleServer.class - [JAR]
├─ test.KcpDisconnectExampleClient.class - [JAR]
├─ test.KcpDisconnectExampleServer.class - [JAR]
├─ test.KcpIdleExampleClient.class - [JAR]
├─ test.KcpIdleExampleServer.class - [JAR]
├─ test.KcpMultiplePingPongExampleClient.class - [JAR]
├─ test.KcpMultiplePingPongExampleServer.class - [JAR]
├─ test.KcpPingPongExampleClient.class - [JAR]
├─ test.KcpPingPongExampleServer.class - [JAR]
├─ test.KcpReconnectExampleClient.class - [JAR]
├─ test.KcpReconnectExampleServer.class - [JAR]
├─ test.KcpRttExampleClient.class - [JAR]
├─ test.KcpRttExampleServer.class - [JAR]
├─ test.SpeedExampleClient.class - [JAR]
├─ test.SpeedExampleServer.class - [JAR]