Re: Catched: error in opening zip file
Posted by
Sven Gothel on
Apr 05, 2012; 7:04pm
URL: https://forum.jogamp.org/Catched-error-in-opening-zip-file-tp3886570p3888270.html
On 04/05/2012 04:23 PM, gouessej [via jogamp] wrote:
>
>
> Hi
>
> Set jogamp.gluegen.UseTempJarCache to false if you don't need to use this
> feature.
The mentioned flag will avoid going through the native JAR lib loading code
path. However, it won't harm since it will fall back to traditional lib
loading. We may remove the 'informative' message in the future.
~Sven