Re: For what is the JAVA_LIBRARY_PATH environment variable?
by Lothar Kimmeringer <news200709@[EMAIL PROTECTED]
>
May 12, 2008 at 06:56 PM
Catherina Svensson wrote:
> As far as I know I have to set this environment variable to the
".....\jvm.dll".
> Is this correct?
There is no such thing like JAVA_LIBRARY_PATH but on Unix-systems
there is LD_LIBRARY_PATH where the system looks for shared
libraries. On Windows-systems the variable PATH is used.
As long as you don't write your own C-based wrapper-files using
system-functionalities you don't need to set these variables.
Regards, Lothar
--
Lothar Kimmeringer E-Mail: spamfang@[EMAIL PROTECTED]
PGP-encrypted mails preferred (Key-ID: 0x8BC3CD81)
Always remember: The answer is forty-two, there can only be wrong
questions!