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-schema-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.CodeFirstPojoIntf.class - [JAR]
├─ io.servicecomb.demo.CodeFirstRestTemplate.class - [JAR]
├─ io.servicecomb.demo.DemoConst.class - [JAR]
├─ io.servicecomb.demo.DemoSSLCustom.class - [JAR]
├─ io.servicecomb.demo.TestMgr.class - [JAR]
io.servicecomb.demo.compute
├─ io.servicecomb.demo.compute.Compute.class - [JAR]
├─ io.servicecomb.demo.compute.Person.class - [JAR]
io.servicecomb.demo.controller
├─ io.servicecomb.demo.controller.Controller.class - [JAR]
├─ io.servicecomb.demo.controller.Person.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.tccserver
├─ io.servicecomb.demo.tccserver.TestTcc.class - [JAR]
io.servicecomb.demo.helloworld.greeter
├─ io.servicecomb.demo.helloworld.greeter.Hello.class - [JAR]
io.servicecomb.demo.smartcare
├─ io.servicecomb.demo.smartcare.Application.class - [JAR]
├─ io.servicecomb.demo.smartcare.Group.class - [JAR]
├─ io.servicecomb.demo.smartcare.Response.class - [JAR]
├─ io.servicecomb.demo.smartcare.SmartCare.class - [JAR]