Problem with using Jaybird

1

I can not connect to my database using firebird jdbc. the bank is very old and I can not discard it yet, I need to at least download the list of clients and save in sqlite.

The problem happens well at first, when I use:

Class.forName("org.firebirdsql.jdbc.FBDriver");

As if you could not find the driver. I go into the "Build path" and add the file jaybird-full-2.2.10.jar but nothing happens.

Could anyone help me?

    
asked by anonymous 02.06.2016 / 23:32

1 answer

0
  • Remove the jar from the Build path.
  • Create a new folder in your project named "libs"
  • Copy the jaybird-full-2.2.10.jar into the libs folder
  •     
    03.06.2016 / 05:58