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 sherpa-protocol-0.1.7.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
sherpa.protocol
├─ sherpa.protocol.BNode.class - [JAR]
├─ sherpa.protocol.CancelRequest.class - [JAR]
├─ sherpa.protocol.CloseRequest.class - [JAR]
├─ sherpa.protocol.CloseResponse.class - [JAR]
├─ sherpa.protocol.DataRequest.class - [JAR]
├─ sherpa.protocol.DataResponse.class - [JAR]
├─ sherpa.protocol.ErrorResponse.class - [JAR]
├─ sherpa.protocol.IRI.class - [JAR]
├─ sherpa.protocol.PlainLiteral.class - [JAR]
├─ sherpa.protocol.QueryRequest.class - [JAR]
├─ sherpa.protocol.QueryResponse.class - [JAR]
├─ sherpa.protocol.ReasonCode.class - [JAR]
├─ sherpa.protocol.ServerException.class - [JAR]
├─ sherpa.protocol.SherpaProtocol.class - [JAR]
├─ sherpa.protocol.SherpaServer.class - [JAR]
├─ sherpa.protocol.TypedLiteral.class - [JAR]