Subject Re: [Firebird-Java] Re: Special unicode characters in connection string problem
Author Roman Rokytskyy
> I'm using Firebird 2 embedded server (build 2.0.0.11675) and the
> folder structure is listed as following:
>
> bin\intl\fbintl.dll

Where is fbintl.conf ?

> bin\fbembed.dll
> bin\firebird.msg
> bin\icuuc30.dll
> bin\icudt30.dll
> bin\icuin30.dll
> bin\jaybird21.dll

I hope that FIREBIRD environment variable points to bin\ as well,
otherwise JVM will load fbembed.dll (since it is in the PATH), but the
FIREBIRD root will be assumed to be the %JAVA_HOME%\bin\ and it will look
for the intl stuff there.

Roman