diff options
Diffstat (limited to 'dev-java/gluegen/files/gluegen-2.3.2-hideException.diff')
-rw-r--r-- | dev-java/gluegen/files/gluegen-2.3.2-hideException.diff | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/dev-java/gluegen/files/gluegen-2.3.2-hideException.diff b/dev-java/gluegen/files/gluegen-2.3.2-hideException.diff deleted file mode 100644 index 422021624..000000000 --- a/dev-java/gluegen/files/gluegen-2.3.2-hideException.diff +++ /dev/null @@ -1,18 +0,0 @@ ---- a/src/java/com/jogamp/common/os/Platform.java -+++ b/src/java/com/jogamp/common/os/Platform.java -@@ -305,15 +305,6 @@ public class Platform extends PlatformPr - _USE_TEMP_JAR_CACHE[0] = ( OS_TYPE != OSType.ANDROID ) && ( null != platformClassJarURI ) && - PropertyAccess.getBooleanProperty(useTempJarCachePropName, true, true); - -- // load GluegenRT native library -- if(_USE_TEMP_JAR_CACHE[0] && TempJarCache.initSingleton()) { -- try { -- JNILibLoaderBase.addNativeJarLibs(new Class<?>[] { jogamp.common.Debug.class }, null); -- } catch (final Exception e0) { -- // IllegalArgumentException, IOException -- System.err.println("Caught "+e0.getClass().getSimpleName()+": "+e0.getMessage()+", while JNILibLoaderBase.addNativeJarLibs(..)"); -- } -- } - DynamicLibraryBundle.GlueJNILibLoader.loadLibrary(libBaseName, false, cl); - - // JVM bug workaround |