Firebird jdbc connection error: no suitable Driver instance

47 Views Asked by At

When I'm trying to connect db with Java application, I'm facing below error.

caused by: java.lang.runtimeexception: failed to get driver instance for jdbcurl=jdbc:firebirdsql://veddb.floor:3050/c:\mydb\aryan\ved.fdb

I have tried multiple jars with dependencies but still not working.

1

There are 1 best solutions below

0
Mirza Šabanović On

Be sure to unzip the directory where is jar file and then add it as dependencies. If not working please provide more information.