From 00c9fa8f2d69d15a2e4183e127b543a92fb5f4b8 Mon Sep 17 00:00:00 2001 From: Sven Gothel Date: Wed, 30 Jan 2013 15:35:40 +0100 Subject: GlueGen: NativeLibrary Fix, JNILibLoaderBase Enhancement - NativeLibrary Fix - enumerateLibraryPaths(..): - Properly iterate through all prefix _and_ suffix. - Make public for JNILibLoaderBase.loadLibraryInternal(..) - isValidNativeLibraryName(..): - Stop iterating through prefix, if previously found but suffix doesn't match. - JNILibLoaderBase.loadLibraryInternal(..) Enhancement - Mark customLibLoader FIXME: remove (we will get rid of jnlp.launcher.class) - If System.load(TempJarCache) and System.loadLibrary(plainLibName) fails, use NativeLibrary.enumerateLibraryPaths() w/ System.load(..) as last resort. Tested on Linux x86_64 Java6 and OSX Java7 manually, no regressions expected. --- make/build-test.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'make/build-test.xml') diff --git a/make/build-test.xml b/make/build-test.xml index 9810f06..7f2c521 100644 --- a/make/build-test.xml +++ b/make/build-test.xml @@ -417,7 +417,7 @@ chmod 644 ${results}/* \${line.separator} - + @@ -433,7 +433,7 @@ chmod 644 ${results}/* \${line.separator} - + -- cgit v1.2.3