How the java.library.path is set?

Hi,

Can anyone please tell me know how System class (or JVM) sets the default value of the property java.library.path?

I tried searching the answer on net but I was not able to find any thing.

Regards,

Kev.

[238 byte] By [kevin_javiaa] at [2007-11-27 11:41:10]
# 1

If you don't set it, I believe the JVM then reverts to using the search strategy of the native system.

On Windows, that means first looking in load directory, then looking in the Windows directory. (I made this intentionally vague; I believe these actually changed at one point during Windows' history.)

It is something else on Unices.

bschauwejavaa at 2007-7-29 17:36:35 > top of Java-index,Java Essentials,Java Programming...