Page 1 of 1

Create file isjdbc.config

Posted: Thu Aug 11, 2016 8:32 pm
by JSilva
Hello, I need help to create file isjdbc.config, I can't find the driver I need to configure the file. I tried to resolve this problem reading tutorials but it doesn't work

CLASSPATH=driver_classpath
CLASS_NAMES=driver_class_names

I need your help to configure the file, Thanks!

Posted: Thu Oct 13, 2016 1:25 pm
by qt_ky
Did you resolve this?

Posted: Fri Oct 14, 2016 7:37 am
by PaulVL
An example of mine:

CLASSPATH=/fssoftware/mysql/mysql-connector-java-5.1.36/mysql-connector-java-5.1.36-bin.jar:$CLASSPATH
CLASS_NAMES=



I installed the mysql jdbc driver into that path. I would imagine you have downloaded your desired JDBC driver from your product vendor. Simply set the CLASSPATH to the location of your jar file.