Delete comment from: Javarevisited
You can also check value of this system property by using following code :
System.out.println("java.library.path : " + System.getProperty("java.library.path"));
Sep 26, 2013, 1:02:56 AM
Posted to What is java.library.path? How to set in Eclipse IDE? Example