Example:
package javalibpath;
public class JavaLibPath {
    public static void main(String[] args) {
        String libPathProperty = System.getProperty("java.library.path");
        System.out.println(libPathProperty);
    }
}
![]()  | 
| Check the Output window | 

Thanks very much !!!!
ReplyDelete