Subject Re: [Firebird-Java] ODCB JayBird doesn't work
Author Roman Rokytskyy
> I'm trying to connect to a Firebird database via JayBird.
> Unfortunately, it doesn't work:
>
> I ran the DriverExample.java from the example folder in JayBird.
> It fails with an error message, that the firebird client library can't
> be found (see below).
>
> The libjaybird.so is located in Eclipse's build path. The Firebird
> client libraries are also present (Debian SID)
>
>> ldconfig -p | grep fbclient
> libfbclient.so.2 (libc6) => /usr/lib/libfbclient.so.2
> libfbclient.so.1 (libc6) => /usr/lib/libfbclient.so.1

try simlinking the libfbclient.so.1 to libfbclient.so...

BTW, do you really need JNI access? Can't you use the local TCP loopback?

Roman