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 copperBridge-3.1.3.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
io.github.factoryfx.copperbridge
├─ io.github.factoryfx.copperbridge.BackchannelFactory.class - [JAR]
├─ io.github.factoryfx.copperbridge.CopperEngineContext.class - [JAR]
├─ io.github.factoryfx.copperbridge.CopperEngineContextFactory.class - [JAR]
├─ io.github.factoryfx.copperbridge.DBDialect.class - [JAR]
├─ io.github.factoryfx.copperbridge.EngineIdProviderFactory.class - [JAR]
├─ io.github.factoryfx.copperbridge.PersistentEngineContainer.class - [JAR]
├─ io.github.factoryfx.copperbridge.PersistentScottyEngineFactory.class - [JAR]
├─ io.github.factoryfx.copperbridge.TransientScottyEngineFactory.class - [JAR]
├─ io.github.factoryfx.copperbridge.WorkflowLauncher.class - [JAR]
├─ io.github.factoryfx.copperbridge.WorkflowLauncherFactory.class - [JAR]
io.github.factoryfx.copperbridge.db
├─ io.github.factoryfx.copperbridge.db.OracleDataSourceFactory.class - [JAR]