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-benchmark-0.2.6.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
pink.catty.benchmark
├─ pink.catty.benchmark.Benchmark.class - [JAR]
pink.catty.benchmark.service
├─ pink.catty.benchmark.service.PojoService.class - [JAR]
├─ pink.catty.benchmark.service.PojoServiceImpl.class - [JAR]
├─ pink.catty.benchmark.service.ProtobufService.class - [JAR]
├─ pink.catty.benchmark.service.ProtobufServiceImpl.class - [JAR]
pink.catty.benchmark.generated
├─ pink.catty.benchmark.generated.BenchmarkProtocol.class - [JAR]
pink.catty.benchmark.common
├─ pink.catty.benchmark.common.PojoWrkGateway.class - [JAR]
├─ pink.catty.benchmark.common.PojoWrkHandler.class - [JAR]
├─ pink.catty.benchmark.common.ProtobufWrkGateway.class - [JAR]
├─ pink.catty.benchmark.common.ProtobufWrkHandler.class - [JAR]
pink.catty.benchmark.dubbo
├─ pink.catty.benchmark.dubbo.DubboBenchmark.class - [JAR]
pink.catty.benchmark.motan
├─ pink.catty.benchmark.motan.MotanBenchmark.class - [JAR]
pink.catty.benchmark.utils
├─ pink.catty.benchmark.utils.BenchmarkConstans.class - [JAR]