EJOB.jar
) so that my application can load it?Copy EJOB.jar
to the machine where your application is running. On Windows, the default location for EJOB.jar
is:
drive:\Program Files\Easysoft\Easysoft JDBC-ODBC Bridge\jars
On Linux and UNIX machines, the default location is:
installation_directory/easysoft/job/jars
by default, installation_directory
is /usr/local
.
Suppose you copied EJOB.jar
to D:\jars
on Windows or /home/java_app/jars
on UNIX.
On Windows, set the CLASSPATH
in your application launch script or environment to:
set CLASSPATH=%CLASSPATH%;D:\jars\EJOB.jar
To do the same on UNIX:
CLASSPATH=$CLASSPATH:/home/java_app/jars/EJOB.jar export CLASSPATH
Alternatively, save EJOB.jar
in the extension directory of your Java installation. For example:
%JAVA_HOME\jre\lib\ext\
–Or–
$JAVA_HOME/jre/kib/ext