Catched: error in opening zip file

classic Classic list List threaded Threaded
4 messages Options
Reply | Threaded
Open this post in threaded view
|

Catched: error in opening zip file

LordSmoke
FWIW, my app always gives the message: "Catched: error in opening zip file" when run, but this does not seem to affect the execution of the program. The message appears to come from within jogl, itself.

OS X (10.6.8)
java version "1.6.0_29"
Java(TM) SE Runtime Environment (build 1.6.0_29-b11-402-10M3527)
Java HotSpot(TM) 64-Bit Server VM (build 20.4-b02-402, mixed mode)
Reply | Threaded
Open this post in threaded view
|

Re: Catched: error in opening zip file

gouessej
Administrator
Hi

Set jogamp.gluegen.UseTempJarCache to false if you don't need to use this feature.
Julien Gouesse | Personal blog | Website
Reply | Threaded
Open this post in threaded view
|

Re: Catched: error in opening zip file

Sven Gothel
Administrator
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


signature.asc (910 bytes) Download Attachment
Reply | Threaded
Open this post in threaded view
|

Re: Catched: error in opening zip file

gouessej
Administrator
Please keep this informative message when this flag is on and when something is really wrong or put another message.
Julien Gouesse | Personal blog | Website