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 demo-math-proto-1.2.17.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.apzda.cloud.demo.math.proto
├─ com.apzda.cloud.demo.math.proto.MathProto.class - [JAR]
├─ com.apzda.cloud.demo.math.proto.MathService.class - [JAR]
├─ com.apzda.cloud.demo.math.proto.MathServiceGrpc.class - [JAR]
├─ com.apzda.cloud.demo.math.proto.MathServiceGsvc.class - [JAR]
├─ com.apzda.cloud.demo.math.proto.OpNum.class - [JAR]
├─ com.apzda.cloud.demo.math.proto.OpNumOrBuilder.class - [JAR]
├─ com.apzda.cloud.demo.math.proto.Request.class - [JAR]
├─ com.apzda.cloud.demo.math.proto.RequestOrBuilder.class - [JAR]
├─ com.apzda.cloud.demo.math.proto.Result.class - [JAR]
├─ com.apzda.cloud.demo.math.proto.ResultOrBuilder.class - [JAR]