Caught Exception while retrieving executable temp base directory
Posted by spenna on Sep 13, 2015; 12:44pm
URL: https://forum.jogamp.org/Caught-Exception-while-retrieving-executable-temp-base-directory-tp4035267.html
Hi everybody!
When I execute my application, this exception popup. I have no idea whats the problem.
Anyone knows why its happening?
I'm using jogl 2.3.1.
Warning: Caught Exception while retrieving executable temp base directory:
java.io.IOException: Could not determine a temporary executable directory
at com.jogamp.common.util.IOUtil.getTempDir(IOUtil.java:1168)
at com.jogamp.common.util.cache.TempFileCache.<clinit>(TempFileCache.java:80)
at com.jogamp.common.util.cache.TempJarCache.initSingleton(TempJarCache.java:88)
at com.jogamp.common.os.Platform$1.run(Platform.java:309)
at java.security.AccessController.doPrivileged(Native Method)
at com.jogamp.common.os.Platform.<clinit>(Platform.java:287)
at com.jogamp.opengl.GLProfile.<clinit>(GLProfile.java:147)