Subject | Re: AW: [firebird-support] Re: Embedded server + order by problem |
---|---|
Author | Wenca |
Post date | 2004-11-24T12:45:24Z |
Steffen Heil wrote:
Thanks, that's it! Now it works.
Regards,
Wenca
> HiHi Steffen!
>
>
>>Well, here is my app dir structure:
>>e:\myapp\myapp.jar
>>e:\myapp\fbembed.dll
>>e:\myapp\ib_util.dll
>>e:\myapp\firebird.conf ( RootDirectory = e:\myapp )
>>e:\myapp\firebird.msg
>>e:\myapp\jaybird.dll
>>e:\myapp\data\DATA.FDB
>>e:\myapp\intl\fbintl.dll
>>e:\myapp\udf\fbudf.dll
>>e:\myapp\udf\ib_udf.dll
>>I really don't know where the mistake can be :-(
>
>
> I am not sure, but...
> I suspect the fbembed.dll library to get the application directory from
> extracting the path out of the linking applications path.
> In your case - as you use java - from the binaries (and OSes) point of view,
> the linking application is the JVM.
> Try putting the "intl" directory structure into the JVM - just for a
> test....
>
> Regards,
> Steffen
>
Thanks, that's it! Now it works.
Regards,
Wenca