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 library-1.2.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.github.antezovko23
├─ com.github.antezovko23.GRPCContinuousIncrementRequest.class - [JAR]
├─ com.github.antezovko23.ServerConnection.class - [JAR]
com.grpcLib.generatedStubs
├─ com.grpcLib.generatedStubs.AdditionGrpc.class - [JAR]
├─ com.grpcLib.generatedStubs.IncrementService.class - [JAR]
├─ com.grpcLib.generatedStubs.Reply.class - [JAR]
├─ com.grpcLib.generatedStubs.ReplyOrBuilder.class - [JAR]
├─ com.grpcLib.generatedStubs.Request.class - [JAR]
├─ com.grpcLib.generatedStubs.RequestOrBuilder.class - [JAR]