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 corda-test-db-4.9.7.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
net.corda.testing.internal.db
├─ net.corda.testing.internal.db.DBRunnerExtension.class - [JAR]
├─ net.corda.testing.internal.db.NoOpTestDatabaseContext.class - [JAR]
├─ net.corda.testing.internal.db.RequiresDb.class - [JAR]
├─ net.corda.testing.internal.db.RequiresSql.class - [JAR]
├─ net.corda.testing.internal.db.TestDatabaseContext.class - [JAR]