Subject | Re: Problem with Type 2 Driver Configuration |
---|---|
Author | Roman Rokytskyy |
Post date | 2004-05-27T14:12:25Z |
> I'm using the actual JayBird-RC3 with FB1.5You have to put jaybird.dll either into the system path or specify
> 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 ?
correct -Djava.library.path=<path to directory with jaybird.dll>
I will add this to Wiki.
Roman