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 karate-grpc-demo-1.0.6.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.github.thinkerou.demo.integration
├─ com.github.thinkerou.demo.integration.GrpcCallDemo.class - [JAR]
├─ com.github.thinkerou.demo.integration.GrpcClientDemo.class - [JAR]
├─ com.github.thinkerou.demo.integration.GrpcListDemo.class - [JAR]
com.github.thinkerou.demo.helloworld
├─ com.github.thinkerou.demo.helloworld.HelloWorldClient.class - [JAR]
├─ com.github.thinkerou.demo.helloworld.HelloWorldServerImpl.class - [JAR]
├─ com.github.thinkerou.demo.helloworld.HelloWorldServerMain.class - [JAR]