Subject | Re: [Firebird-Java] Re: Embedded Server |
---|---|
Author | Marco Parmeggiani |
Post date | 2004-04-21T12:20:56Z |
In data Wed, 21 Apr 2004 14:58:13 +0300, hai scritto:
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
> Simply modify library.path to include the folder where you have dll'si've added -Djava.library.path=.....
> *before* initializing database
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