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/
You can add vm argument in your Eclipse.
Example :
-Djava.ext.dirs=cots_lib
where cots_lib is your external folder library.
cots_lib