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 simply add -Djava.library.path=yourPath to the eclipse.ini.
-Djava.library.path=yourPath
eclipse.ini