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 test-common-performance-tests-java-1.dev-2.9.0-snapshot.20231129.12441.0.v72cefd6f.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.daml.ledger.javaapi
├─ com.daml.ledger.javaapi.TestDecoder.class - [JAR]
com.daml.ledger.test.java.performance.da.internal.template
├─ com.daml.ledger.test.java.performance.da.internal.template.Archive.class - [JAR]
com.daml.ledger.test.java.performance.pingpong
├─ com.daml.ledger.test.java.performance.pingpong.Ack.class - [JAR]
├─ com.daml.ledger.test.java.performance.pingpong.Ping.class - [JAR]
├─ com.daml.ledger.test.java.performance.pingpong.Pong.class - [JAR]
├─ com.daml.ledger.test.java.performance.pingpong.Respond.class - [JAR]