jxDBCon-Open Source JDBC driver framework
|
jxDBCon is hosted by
|
also visit the jxDBCon project page |
Download
There are both source and binary distributions. The binaries are compiled with
the Sun JDK v1.1.7_v3, v1.3.1_03 and 1.4.0, under Linux. They should run on any system.
The source distribution is for users who want to read the code. Developers
should use the CVS tree as it always contains the latest updates. See the Developers section for instructions on how to grab the sources.
Dependencies
The binary distributions is a pack-n-go, it contains all classes that are needed to use the driver. You should get the the appropriate file according to Your JDBC version level. Not included are the JDBC classes (part of Java) and JSSE (Java Secure Socket Extensions, available from Sun) for using SSL secured connections.
For Java 1.1 you need the Collections framework.
The lib driver depends on a shared library compiled from C
code and is not available in binary form. The sources/Makefile are in the source distribution and in the CVS. You need to build it on your own.
Version matrix
In this table we have compiled the different Java versions with their supported JDBC level and whether they require additional packages.
JVM | JDBC level | Collections | JSSE |
1.1 | JDBC1 | needed | N/A |
1.2 | JDBC2.1 | not needed | needed |
1.3 | JDBC2.1 | not needed | needed |
1.4 | JDBC3 (PFD4) | not needed | not needed |
NB: You could add JDBC3 (PFD3) compatibility to Java versions 1.2 & 1.3 by downloading the API classes (jdbc-3_0-pfd3-classes.zip
) via the developer connection. These files are no longer available. Please upgrade to Java 1.4 for using JDBC3.
Files
Initial diagnostics
After having downloaded the binary distribution simply run the JAR file. java -jar jxDBCon-jdbc3-0.9z.jar
. It will output some diagnostics which will help You getting started.