Subject Re: [Firebird-Java] Re: Embedded Server
Author Marco Parmeggiani
In data Wed, 21 Apr 2004 14:58:13 +0300, hai scritto:

> Simply modify library.path to include the folder where you have dll's
> *before* initializing database

i've added -Djava.library.path=.....
to the command line but that property only helps to find the jaybird.dll if
it's not in the same directory of the jar or in system paths.
jaybird.dll will search for other dlls but will not search in that
directory because that property is used by java.exe to find libraries
loaded at runtime by java code. jaybird.dll once loaded searches dlls as a
standard program would do and no java.library.path is involved in this
search.
Are you sure you do not have embedded stuff in some system path?

ciao