How can I set the java.library.path for a whole Eclipse Project? I\'m using a Java library that relies on OS specific files and need to find a .dll/
java.library.path
.dll/
If you are adding it as a VM argument, make sure you prefix it with -D:
-D
-Djava.library.path=blahblahblah...