Subject | Re: [Firebird-Java] JayBird and FireBird locations |
---|---|
Author | Alec Swan |
Post date | 2009-09-28T20:12:50Z |
I was able to get this to work by specifying three Java environment
variables as follows:
<sysproperty key="*java.library.path*" path="*${dbs.bin}*"/>
<env key="*PATH*" path="*${dbs.bin}*"/> <!-- Must contain fbembed.dll,
icudt30.dll, icuin30.dll and icuuc30.dll -->
<env key="*FIREBIRD*" path="*${dbs.bin}*"/> <!-- Must contain remaining
Firebird libraries and config. files. -->
Removing any of these settings breaks the configuration.
Alec
variables as follows:
<sysproperty key="*java.library.path*" path="*${dbs.bin}*"/>
<env key="*PATH*" path="*${dbs.bin}*"/> <!-- Must contain fbembed.dll,
icudt30.dll, icuin30.dll and icuuc30.dll -->
<env key="*FIREBIRD*" path="*${dbs.bin}*"/> <!-- Must contain remaining
Firebird libraries and config. files. -->
Removing any of these settings breaks the configuration.
Alec
On Mon, Sep 28, 2009 at 1:41 PM, Roman Rokytskyy <roman@...> wrote:
>
>
> > And you may also put the DLLs dir. in PATH.
>
> I did that, did not work... Will check it with debugger.
>
> Roman
>
>
[Non-text portions of this message have been removed]