Subject | Re: [Firebird-Java] ODCB JayBird doesn't work |
---|---|
Author | Roman Rokytskyy |
Post date | 2007-10-02T20:09:56Z |
> I'm trying to connect to a Firebird database via JayBird.try simlinking the libfbclient.so.1 to libfbclient.so...
> 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
BTW, do you really need JNI access? Can't you use the local TCP loopback?
Roman