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-spring-boot-pojo-client-0.1.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
io.servicecomb.demo
├─ io.servicecomb.demo.DemoConst.class - [JAR]
├─ io.servicecomb.demo.TestMgr.class - [JAR]
io.servicecomb.springboot.pojo.client
├─ io.servicecomb.springboot.pojo.client.PojoClient.class - [JAR]
io.servicecomb.demo.server
├─ io.servicecomb.demo.server.Test.class - [JAR]
├─ io.servicecomb.demo.server.TestRequest.class - [JAR]
├─ io.servicecomb.demo.server.TestResponse.class - [JAR]
├─ io.servicecomb.demo.server.User.class - [JAR]
io.servicecomb.demo.pojo.client
├─ io.servicecomb.demo.pojo.client.PojoClientTest.class - [JAR]