Blogger

Delete comment from: Javarevisited

Anonymous said...

Few things to note about java.library.path system property :

1) java.library.path is used to search native libraries used by your Java application e.g. tibco rv binaries, .dll files in windows and .so files in Linux.

2) If you don't provide explicit value for java.library.path, it is automatically set to PATH by JVM in Windows operating system and to the value of LD_LIBRARY_PATH in UNIX e.g. Solaris or Linux.

3) They only contains location of native binaries not JAR files.

4) If your native libraries are not located on those location then you will get unsatisfied link error.

Sep 26, 2013, 1:01:44 AM


Posted to What is java.library.path? How to set in Eclipse IDE? Example

Google apps
Main menu