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 TCP-0.3.8.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
chat.dim.startrek
├─ chat.dim.startrek.PlainArrival.class - [JAR]
├─ chat.dim.startrek.PlainDeparture.class - [JAR]
├─ chat.dim.startrek.PlainDocker.class - [JAR]
chat.dim.tcp
├─ chat.dim.tcp.ChannelPool.class - [JAR]
├─ chat.dim.tcp.ClientHub.class - [JAR]
├─ chat.dim.tcp.ServerHub.class - [JAR]
├─ chat.dim.tcp.StreamChannel.class - [JAR]
├─ chat.dim.tcp.StreamChannelReader.class - [JAR]
├─ chat.dim.tcp.StreamChannelWriter.class - [JAR]
├─ chat.dim.tcp.StreamHub.class - [JAR]