Willena / sqlite-jdbc-crypt

SQLite JDBC Driver with encryption support
Apache License 2.0
172 stars 33 forks source link

Database driver not available in ClassPath org.sqlite.JDBC #26

Closed geojaya closed 3 years ago

geojaya commented 3 years ago

I am trying to use this library with in our proprietary vendors solution - which is Java based healthcare integration engine. My connection works when I use the official JDBC driver

following is my connection setting - Windows

driver class name : org.sqlite.JDBC JDBC url jdbc:sqlite:C:\SQLITE\test1.db

I get the error Database driver not available in ClassPath org.sqlite.JDBC

I do see that in java.sqlDriver file that driver class is org.sqlite.JDBC

Please let me know if you have any feedback

Willena commented 3 years ago

Hi !

The only BIG difference between this version and the official sqlite JDBC is the native SQLite library used. Other than that, everything is quite similar. I can confirm that the org.sqlite.JDBC class is present inside the library.

It might be something related with how you imported the class in your classpath or something with you maven configuration.