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 ipc-channel-utils-1.0.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.bluejeans.utils.ipc.impl
├─ com.bluejeans.utils.ipc.impl.KafkaIPCChannel.class - [JAR]
├─ com.bluejeans.utils.ipc.impl.RabbitIPCChannel.class - [JAR]
com.bluejeans.utils.ipc
├─ com.bluejeans.utils.ipc.IPCBasicChannel.class - [JAR]
├─ com.bluejeans.utils.ipc.IPCBasicHandler.class - [JAR]
├─ com.bluejeans.utils.ipc.IPCChannel.class - [JAR]
├─ com.bluejeans.utils.ipc.IPCConsumer.class - [JAR]
├─ com.bluejeans.utils.ipc.IPCEvent.class - [JAR]
├─ com.bluejeans.utils.ipc.IPCEventType.class - [JAR]
├─ com.bluejeans.utils.ipc.IPCHandler.class - [JAR]
├─ com.bluejeans.utils.ipc.IPCHandlerLogger.class - [JAR]
├─ com.bluejeans.utils.ipc.IPCProducer.class - [JAR]