> On 02/22/2012 10:04 PM, vijaygandhi [via jogamp] wrote:
>>
>>
>> Hi,
>>
>> I am trying to use JOGL and I get the following error when trying to run on
>> Ubuntu, 64-bit, Sun Java 1.6.31. I am using the jars downloaded from
>>
http://jogamp.org/deployment/jogamp-current/jar/. Has anyone seen this error
>> before?
>>
>> Caused by: java.lang.SecurityException: no certificate for libgluegen-rt.so
>> in gluegen-rt-natives-linux-amd64.jar
>> at com.jogamp.common.util.JarUtil.validateCertificate(JarUtil.java:510)
>> at com.jogamp.common.util.JarUtil.validateCertificates(JarUtil.java:484)
>> at
>> com.jogamp.common.util.cache.TempJarCache.validateCertificates(TempJarCache.java:393)
>> at
>> com.jogamp.common.util.cache.TempJarCache.bootstrapNativeLib(TempJarCache.java:350)
>> at com.jogamp.common.os.Platform$3.run(Platform.java:312)
>> at java.security.AccessController.doPrivileged(Native Method)
>> at com.jogamp.common.os.Platform.loadGlueGenRTImpl(Platform.java:303)
>> at com.jogamp.common.os.Platform.<clinit>(Platform.java:214)
>>
>
> They are all signed with a valid signature!
>
> Can you provide me a few more details ?
>
> - You are using an Applet test or standalone ?
> - How to reproduce the behavior ?