Fonte: http://stackoverflow.com/questions/661320/how-to-add-native-library-to-java-library-path-with-eclipse-launch-instead-of # How to add a .so to java.library.path Java run configuration's Arguments : VM arguments: ``` java -Djava.library.path="${workspace_loc:project}\lib;${env_var:PATH} ..." ``` Must not forget the quotation marks, otherwise there are problems with spaces in PATH.