Subject Problem with Type 2 Driver Configuration
Author Martin Suer
Hi,

I'm using the actual JayBird-RC3 with FB1.5
When i use the following url to connect to a db using type 2 driver:

jdbc:firebirdsql:native:localhost/3050:c:\tem
\bisisydemo.fdb?lc_ctype=UNICODE_FSS

i get the exception:

java.lang.UnsatisfiedLinkError: no jaybird in java.library.path
at java.lang.ClassLoader.loadLibrary(Unknown Source)
at java.lang.Runtime.loadLibrary0(Unknown Source)
at java.lang.System.loadLibrary(Unknown Source)
at org.firebirdsql.ngds.GDS_Impl.<init>(GDS_Impl.java:57)
at
org.firebirdsql.gds.GDSFactory.createGDSForType(GDSFactory.java:60)
at org.firebirdsql.gds.GDSFactory.getGDSForType(GDSFactory.java:48)
at
org.firebirdsql.jca.FBManagedConnectionFactory.<init>(FBManagedConnectionFactory.java:127)
at org.firebirdsql.jdbc.FBDriver.connect(FBDriver.java:146)
at java.sql.DriverManager.getConnection(Unknown Source)
at java.sql.DriverManager.getConnection(Unknown Source)
[...]

What do i need to configure to get this running ?

Thanks

Martin Suer