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.5.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
io.jpower.kcp.example.echo
├─ io.jpower.kcp.example.echo.EchoClient.class - [JAR]
├─ io.jpower.kcp.example.echo.EchoClientHandler.class - [JAR]
├─ io.jpower.kcp.example.echo.EchoServer.class - [JAR]
├─ io.jpower.kcp.example.echo.EchoServerHandler.class - [JAR]
io.jpower.kcp.example.rtt
├─ io.jpower.kcp.example.rtt.KcpRttClient.class - [JAR]
├─ io.jpower.kcp.example.rtt.KcpRttClientHandler.class - [JAR]
├─ io.jpower.kcp.example.rtt.KcpRttServer.class - [JAR]
├─ io.jpower.kcp.example.rtt.KcpRttServerHandler.class - [JAR]
├─ io.jpower.kcp.example.rtt.TcpRttClient.class - [JAR]
├─ io.jpower.kcp.example.rtt.TcpRttClientHandler.class - [JAR]
├─ io.jpower.kcp.example.rtt.TcpRttDecoder.class - [JAR]
├─ io.jpower.kcp.example.rtt.TcpRttServer.class - [JAR]
├─ io.jpower.kcp.example.rtt.TcpRttServerHandler.class - [JAR]