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 JBridge-1.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
JBridge.Exchange.Order
├─ JBridge.Exchange.Order.Order.class - [JAR]
├─ JBridge.Exchange.Order.OrderFactory.class - [JAR]
JBridge.Exchange
├─ JBridge.Exchange.Exchange.class - [JAR]
├─ JBridge.Exchange.PlaceHolder.class - [JAR]
JBridge.Anchor
├─ JBridge.Anchor.Anchor.class - [JAR]
JBridge.Anchor.Platform
├─ JBridge.Anchor.Platform.ExclusivePlatform.class - [JAR]
├─ JBridge.Anchor.Platform.OpenPlatform.class - [JAR]
├─ JBridge.Anchor.Platform.Platform.class - [JAR]
JBridge.Anchor.Entrance
├─ JBridge.Anchor.Entrance.Entrance.class - [JAR]
├─ JBridge.Anchor.Entrance.ExclusiveEntrance.class - [JAR]
├─ JBridge.Anchor.Entrance.OpenEntrance.class - [JAR]
JBridge.Heartbeating
├─ JBridge.Heartbeating.Heartbeat.class - [JAR]
├─ JBridge.Heartbeating.HeartbeatFactory.class - [JAR]
JBridge
├─ JBridge.Bridge.class - [JAR]
├─ JBridge.Header.class - [JAR]
├─ JBridge.Pair.class - [JAR]
├─ JBridge.Side.class - [JAR]
JBridge.Exchange.Request
├─ JBridge.Exchange.Request.Request.class - [JAR]
├─ JBridge.Exchange.Request.RequestFactory.class - [JAR]