以下不行.
System.setProperty("java.library.path","/blah");
-Djava.library.path=your_path
如果要从特定位置加载库,则可以使用System.load(libraryPath)而不是库的完整路径.