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 jucx-1.15.0-rc3.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.openucx.jucx.examples
├─ org.openucx.jucx.examples.UcxBenchmark.class - [JAR]
├─ org.openucx.jucx.examples.UcxReadBWBenchmarkReceiver.class - [JAR]
├─ org.openucx.jucx.examples.UcxReadBWBenchmarkSender.class - [JAR]
org.openucx.jucx
├─ org.openucx.jucx.NativeLibs.class - [JAR]
├─ org.openucx.jucx.UcxCallback.class - [JAR]
├─ org.openucx.jucx.UcxException.class - [JAR]
├─ org.openucx.jucx.UcxNativeStruct.class - [JAR]
├─ org.openucx.jucx.UcxParams.class - [JAR]
├─ org.openucx.jucx.UcxUtils.class - [JAR]
org.openucx.jucx.ucp
├─ org.openucx.jucx.ucp.UcpAmData.class - [JAR]
├─ org.openucx.jucx.ucp.UcpAmRecvCallback.class - [JAR]
├─ org.openucx.jucx.ucp.UcpConnectionRequest.class - [JAR]
├─ org.openucx.jucx.ucp.UcpConstants.class - [JAR]
├─ org.openucx.jucx.ucp.UcpContext.class - [JAR]
├─ org.openucx.jucx.ucp.UcpEndpoint.class - [JAR]
├─ org.openucx.jucx.ucp.UcpEndpointErrorHandler.class - [JAR]
├─ org.openucx.jucx.ucp.UcpEndpointParams.class - [JAR]
├─ org.openucx.jucx.ucp.UcpListener.class - [JAR]
├─ org.openucx.jucx.ucp.UcpListenerConnectionHandler.class - [JAR]
├─ org.openucx.jucx.ucp.UcpListenerParams.class - [JAR]
├─ org.openucx.jucx.ucp.UcpMemMapParams.class - [JAR]
├─ org.openucx.jucx.ucp.UcpMemory.class - [JAR]
├─ org.openucx.jucx.ucp.UcpParams.class - [JAR]
├─ org.openucx.jucx.ucp.UcpRemoteKey.class - [JAR]
├─ org.openucx.jucx.ucp.UcpRequest.class - [JAR]
├─ org.openucx.jucx.ucp.UcpRequestParams.class - [JAR]
├─ org.openucx.jucx.ucp.UcpTagMessage.class - [JAR]
├─ org.openucx.jucx.ucp.UcpWorker.class - [JAR]
├─ org.openucx.jucx.ucp.UcpWorkerParams.class - [JAR]
org.openucx.jucx.ucs
├─ org.openucx.jucx.ucs.UcsConstants.class - [JAR]