SquirrelSQL custom driver cannot find file

22 Views Asked by At

I have written a custom JDBC driver. It relies on configuration files. It works well when deployed as a typical Java application, with the configuration files copied to the class path.

I would like to use it with SquirrelSQL. And I cannot use this custom driver because the configuration files have not been found. I have copied the files into the squirrel /lib directory, and to the root directory, but this did not work.

Do you have any idea of where I should copy the configuration files?

0

There are 0 best solutions below