Subject Re: Problem with Type 2 Driver Configuration
Author Roman Rokytskyy
> 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
> ....
> What do i need to configure to get this running ?

You have to put jaybird.dll either into the system path or specify
correct -Djava.library.path=<path to directory with jaybird.dll>

I will add this to Wiki.

Roman