Changes between
revision 1 - and
revision 2 -
--- JavaMinusDJavaLibraryPathUsingCode
+++ JavaMinusDJavaLibraryPathUsingCode
@@ -26,10 +26,13 @@
System.setProperty("java.library.path", System.getProperty("java.library.path") + File.pathSeparator + dir);
} catch (IllegalAccessException e) {
throw new IOException("Failed to get permissions to set library path");
} catch (NoSuchFieldException e) {
throw new IOException("Failed to get field handle to set library path");
}
}
}
]]]
+
+== References ==
+ * http://stackoverflow.com/questions/5419039/is-djava-library-path-equivalent-to-system-setpropertyjava-library-path