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 examples-1.1.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
io.github.lwlee2608.proto.example.helloworld
├─ io.github.lwlee2608.proto.example.helloworld.AllTypePayload.class - [JAR]
├─ io.github.lwlee2608.proto.example.helloworld.Greeter.class - [JAR]
├─ io.github.lwlee2608.proto.example.helloworld.HelloReply.class - [JAR]
├─ io.github.lwlee2608.proto.example.helloworld.HelloRequest.class - [JAR]
├─ io.github.lwlee2608.proto.example.helloworld.Helloworld.class - [JAR]
├─ io.github.lwlee2608.proto.example.helloworld.HelloworldProto.class - [JAR]
├─ io.github.lwlee2608.proto.example.helloworld.ResultCode.class - [JAR]
├─ io.github.lwlee2608.proto.example.helloworld.SimplePayload.class - [JAR]