From 1157b913a068167062c853b4b525954b223a5509 Mon Sep 17 00:00:00 2001 From: Sven Gothel Date: Wed, 3 Apr 2019 01:00:29 +0200 Subject: Bug 1367: Make TempFileCache & TempJarCache even if temp folder can't handle executables --- src/java/com/jogamp/common/jvm/JNILibLoaderBase.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/java/com/jogamp/common/jvm/JNILibLoaderBase.java') diff --git a/src/java/com/jogamp/common/jvm/JNILibLoaderBase.java b/src/java/com/jogamp/common/jvm/JNILibLoaderBase.java index 4e62d54..eee65d8 100644 --- a/src/java/com/jogamp/common/jvm/JNILibLoaderBase.java +++ b/src/java/com/jogamp/common/jvm/JNILibLoaderBase.java @@ -405,7 +405,7 @@ public class JNILibLoaderBase { } boolean ok = false; - if (TempJarCache.isInitialized()) { + if ( TempJarCache.isInitialized(true) ) { ok = addNativeJarLibsWithTempJarCache(classesFromJavaJars, singleJarMarker); } else if(DEBUG) { System.err.println("JNILibLoaderBase: addNativeJarLibs0: disabled due to uninitialized TempJarCache"); -- cgit v1.2.3