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 bridge-java-core-0.0.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
net.bobah.nio
├─ net.bobah.nio.TcpClient.class - [JAR]
com.flotype.bridge
├─ com.flotype.bridge.Bridge.class - [JAR]
├─ com.flotype.bridge.BridgeEventHandler.class - [JAR]
├─ com.flotype.bridge.BridgeObject.class - [JAR]
├─ com.flotype.bridge.BridgeObjectBase.class - [JAR]
├─ com.flotype.bridge.BridgeObjectSerializer.class - [JAR]
├─ com.flotype.bridge.BridgeRemoteObject.class - [JAR]
├─ com.flotype.bridge.BridgeRemoteObjectSerializer.class - [JAR]
├─ com.flotype.bridge.Connection.class - [JAR]
├─ com.flotype.bridge.Dispatcher.class - [JAR]
├─ com.flotype.bridge.JSONCodec.class - [JAR]
├─ com.flotype.bridge.Reference.class - [JAR]
├─ com.flotype.bridge.ReferenceSerializer.class - [JAR]
├─ com.flotype.bridge.SystemService.class - [JAR]
├─ com.flotype.bridge.Utils.class - [JAR]