How to set the java.library.path from Eclipse

Don’t mess with the library path! Eclipse builds it itself! Instead, go into the library settings for your projects and, for each jar/etc that requires a native library, expand it in the Libraries tab. In the tree view there, each library has items for source/javadoc and native library locations. Specifically: select Project, right click -> … Read more