gephcott
23rd April 2007, 20:06
Hi,
I am trying to run a bat file that looks like this from the installer.
java sjsql org.h2.Driver jdbc:h2:tcp://localhost/Integrity sa "" Integrity.sql
while being run from the installer it gives the error that is can't find the sjsql driver, even though it is contained in the same directory as the bat file. When the bad file is run by itself it works perfectly. I updated the classpath EV during the installation and before i call the bat file, is this the problem? If so is there anyway around it?
Thanks for your time,
Jeff Wolcott
I am trying to run a bat file that looks like this from the installer.
java sjsql org.h2.Driver jdbc:h2:tcp://localhost/Integrity sa "" Integrity.sql
while being run from the installer it gives the error that is can't find the sjsql driver, even though it is contained in the same directory as the bat file. When the bad file is run by itself it works perfectly. I updated the classpath EV during the installation and before i call the bat file, is this the problem? If so is there anyway around it?
Thanks for your time,
Jeff Wolcott