0

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?

Mark Rotteveel
  • 100,966
  • 191
  • 140
  • 197
Gilles
  • 357
  • 3
  • 20
  • 1
    Maybe try putting the configuration files in a JAR file and put that JAR file in the lib directory? – Mark Rotteveel Apr 07 '23 at 13:05
  • Please use a dedicated UI function to add the driver. There you can define the path to your software. https://squirrel-sql.sourceforge.io/user-manual/quick_start.html#the_driver – Mar-Z Apr 07 '23 at 13:19
  • Putting jar file made it work. Thank you – Gilles Apr 11 '23 at 11:17

0 Answers0