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 catty-example-0.2.6.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
pink.catty.example.pb
├─ pink.catty.example.pb.Client.class - [JAR]
├─ pink.catty.example.pb.IService.class - [JAR]
├─ pink.catty.example.pb.IServiceImpl.class - [JAR]
├─ pink.catty.example.pb.Server.class - [JAR]
pink.catty.example.multi_server
├─ pink.catty.example.multi_server.Client.class - [JAR]
├─ pink.catty.example.multi_server.Server1.class - [JAR]
├─ pink.catty.example.multi_server.Server2.class - [JAR]
├─ pink.catty.example.multi_server.Server3.class - [JAR]
pink.catty.example.async
├─ pink.catty.example.async.Client.class - [JAR]
├─ pink.catty.example.async.Server.class - [JAR]
pink.catty.example.pb.generated
├─ pink.catty.example.pb.generated.EchoProtocol.class - [JAR]
pink.catty.example.registry
├─ pink.catty.example.registry.Client.class - [JAR]
├─ pink.catty.example.registry.Server.class - [JAR]
pink.catty.example.spring
├─ pink.catty.example.spring.AService.class - [JAR]
├─ pink.catty.example.spring.Client.class - [JAR]
├─ pink.catty.example.spring.Server.class - [JAR]
pink.catty.example
├─ pink.catty.example.IService.class - [JAR]
├─ pink.catty.example.IServiceImpl.class - [JAR]
pink.catty.example.extension
├─ pink.catty.example.extension.Client.class - [JAR]
├─ pink.catty.example.extension.MyLoadBalance.class - [JAR]
├─ pink.catty.example.extension.Server.class - [JAR]