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 iroha-0.0.8.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
iroha.network.proto
├─ iroha.network.proto.LoaderGrpc.class - [JAR]
├─ iroha.network.proto.LoaderOuterClass.class - [JAR]
iroha.consensus.yac.proto
├─ iroha.consensus.yac.proto.YacGrpc.class - [JAR]
├─ iroha.consensus.yac.proto.YacOuterClass.class - [JAR]
iroha.protocol
├─ iroha.protocol.BlockOuterClass.class - [JAR]
├─ iroha.protocol.CommandServiceGrpc.class - [JAR]
├─ iroha.protocol.Commands.class - [JAR]
├─ iroha.protocol.Endpoint.class - [JAR]
├─ iroha.protocol.Primitive.class - [JAR]
├─ iroha.protocol.ProposalOuterClass.class - [JAR]
├─ iroha.protocol.Queries.class - [JAR]
├─ iroha.protocol.QueryServiceGrpc.class - [JAR]
├─ iroha.protocol.Responses.class - [JAR]
iroha.ordering.proto
├─ iroha.ordering.proto.Ordering.class - [JAR]
├─ iroha.ordering.proto.OrderingGateTransportGrpcGrpc.class - [JAR]
├─ iroha.ordering.proto.OrderingServiceTransportGrpcGrpc.class - [JAR]