1
I am unable to connect in my bank using the jdbc of Firebird. the bank is very old and I can not discard it yet, I need to at least download the customer list and save on sqlite.
the problem happens right at the beginning, when I use:
Class.forName("org.firebirdsql.jdbc.FBDriver");
As if I couldn’t find the driver. I go to "Build path" and add the Jaybird-full-2.2.10.jar file but nothing happens.
Could someone help me?
That’s it? Thank you but now you’ve made another mistake, and don’t compile the project. [link]http://prntscr.com/bbuq6p
– GabrielLocalhost
try to do a clean on your project
– Rodrigo de Bona Sartor
I was able to compile, but I still can’t connect to the driver. Error: java.lang.Classnotfoundexception: org.firebirdsql.jdbc.Fbdriver
– GabrielLocalhost
strange, is compiling for which android version?
– Rodrigo de Bona Sartor
android:minSdkVersion="14" android:targetSdkVersion="21"
– GabrielLocalhost
can pass the contents of the file . classpath, . project and project properties. ?
– Rodrigo de Bona Sartor
here they are: https://mega.co.nz/#! 7gplyCSS! dXo-v3riIcd_zvmku0incMrsryc650mDArGKncSncrs
– GabrielLocalhost
ta very strange, in my environment is working even with the configured project equal. Could you pass me the entire project? can delete parts of the source code that you don’t want to pass...
– Rodrigo de Bona Sartor
Dude, I’ll try another pc and see if it’s something that’s set up wrong on that. Thanks.
– GabrielLocalhost