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/
.so/
.jnilib
. But the Application always exits with an error message that those files are not found on the library path.
I would like to configure this whole project to use the library path. I tried to add the path as a VM argument to some run configurations in eclipse but that didn’t work.