From: jrallen9 <jus...@te...> - 2010-08-23 16:21:56
|
You can put it just about anywhere in the file system if you want to use the System.load method to load the dll or so. Here is an example of loading from a lib directory located in your project or runtime directory: String executionPath = (new File("")).getAbsolutePath(); System.load(executionPath + "/lib/libsigar-x86-linux.so"); Hope this helps. |