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-lockStepSynchronization-1.6.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
test.tcp
├─ test.tcp.NetAcceptor.class - [JAR]
├─ test.tcp.NetConnector.class - [JAR]
├─ test.tcp.TcpChannelInitializer.class - [JAR]
test
├─ test.IWriter.class - [JAR]
├─ test.KcpLockStepSynchronizationClient.class - [JAR]
├─ test.KcpLockStepSynchronizationServer.class - [JAR]
├─ test.Player.class - [JAR]
├─ test.Room.class - [JAR]
├─ test.RoomManager.class - [JAR]
├─ test.TcpLockStepSynchronizationClient.class - [JAR]
├─ test.TcpLockStepSynchronizationServer.class - [JAR]
├─ test.TimerThreadPool.class - [JAR]
test.TpsTest
├─ test.TpsTest.GameTestRoomManager.class - [JAR]
├─ test.TpsTest.KcpGameTestClient.class - [JAR]
├─ test.TpsTest.KcpGameTestServer.class - [JAR]
├─ test.TpsTest.TestRoom.class - [JAR]
├─ test.TpsTest.Tps.class - [JAR]
├─ test.TpsTest.TpsChannelClientCache.class - [JAR]
├─ test.TpsTest.TpsChannelServerCache.class - [JAR]
├─ test.TpsTest.TpsCounter.class - [JAR]