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?