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 netty3-3.3.8-jdk8.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.weicoder.netty3
├─ com.weicoder.netty3.Netty3Client.class - [JAR]
├─ com.weicoder.netty3.Netty3Handler.class - [JAR]
├─ com.weicoder.netty3.Netty3Server.class - [JAR]
├─ com.weicoder.netty3.Netty3Session.class - [JAR]