Easysoft JDBC-ODBC BridgeWhere would I put the JOB Client (EJOB.jar) so that my application can load it? |
|
For applications, copy the JOB Client (EJOB.jar) from the JOB Server installation to the client machine. On Windows servers, the file can be found in the following location:
C:\Program Files\Easysoft\Easysoft JDBC-ODBC Bridge\jars
On Unix servers, the location is:
/usr/local/easysoft/job/jars
Suppose you have saved it to D:\jars\EJOB.jar on Windows or /home/java_app/jars/EJOB.jar on Unix.
On Windows, set your CLASSPATH in your application launch script or environment to:
set CLASSPATH=%CLASSPATH%;D:\jars\EJOB.jar
To do this on Unix:
CLASSPATH=$CLASSPATH:/home/java_app/jars/EJOB.jar export CLASSPATH
Alternatively, you may save EJOB.jar in the extension directory of your Java installation. For example:
%JAVA_HOME\jre\lib\ext\
or
$JAVA_HOME/jre/kib/ext
Note that IDEs such as Forte & Netbeans require JDBC drivers to be placed in the Java extension directory.