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 ktdbc-core-jvm-1.0.0-alpha3.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
kotlinx.dbc
├─ kotlinx.dbc.Closeable.class - [JAR]
├─ kotlinx.dbc.Connection.class - [JAR]
├─ kotlinx.dbc.Driver.class - [JAR]
├─ kotlinx.dbc.DriverManager.class - [JAR]
├─ kotlinx.dbc.ResultSet.class - [JAR]
├─ kotlinx.dbc.Statement.class - [JAR]
kotlinx.dbc.exceptions
├─ kotlinx.dbc.exceptions.SQLException.class - [JAR]