Subject | Re: [Firebird-Java] Re: Embedded FB on Windows - using Java - help appreciated. |
---|---|
Author | Roman Rokytskyy |
Post date | 2009-01-16T20:19:38Z |
> produces this error - any ideas anyone?Does your PATH includes also D:\Paulie\Test1?
>
>
> java.lang.RuntimeException: Failed to initilize Jaybird native
> library. This is most likley due to a failure to load the firebird
> client library.
Use, for example, following:
set PATH=%PATH%;%FIREBIRD%
Roman