If you are just getting started with CONNX JDBC, the first step you must take is to install or verify the installation of a current Java Development Kit (JDK).
To verify the previous installation of a JDK, type java on the command line of your application (Windows, Macintosh, Unix, Linux). If you receive no response or an error message, you either do not have a JDK installed or the JDK you have is installed incorrectly. You must download a JDK compatible with your platform. See JDBC Resources for a list of resources describing JDK downloads.
After installing or verifying the installation of a JDK, there are a few steps you need to take to complete the installation procedure, depending on your system, as follows:
If you are working on a Windows machine, follow the procedure described in Starting and Stopping the CONNX JDBC Server on Windows Systems.
If you are working on a non-Windows machine, transfer the .jar file. See Moving a Client to a Non-Windows Platform by Transferring the .jar File for instructions.
If you are using a non-Windows Web server, such as HotJava, Apache, or Netscape Navigator, start the CONNX JDBC Router. See Activating the CONNX JDBC Router for instructions.
For further explanation of the options available to users of CONNX JDBC, refer to the section on the CONNX JDBC Driver in the CONNX User Reference Guide.
Important: Before starting to use CONNX JDBC you must have Data Source Names (DSN) set up for each of the databases you intend to use. See the CONNX JDBC Driver section in the CONNX User Reference Guide for information on how to set up a JDBC DSN.
Important Note for Linux/Unix client installations: Prior to installing the Linux/Unix client, CONNX must be installed on the Windows PC where the client installer is run from. Failure to do this will result in installation errors when installing the Linux/Unix client components.
JDBC Resources