MAC OS X does'nt find natives during applet load process

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

MAC OS X does'nt find natives during applet load process

Olaf_CN
This post was updated on .
CONTENTS DELETED
The author has deleted this message.
Reply | Threaded
Open this post in threaded view
|

Re: MAC OS X does'nt find natives during applet load process

Olaf_CN
I think I found the reason:

current jogl-natives-maxosx-universal.jar doesn't contain a libjogl.jnilib

I need an unsigned (whitout SSH fingerprint) version of jogl-natives-maxosx-universal.jar witch contains the libjogl.jnilib

cause I have to sign it self

Any help?
Reply | Threaded
Open this post in threaded view
|

Re: MAC OS X does'nt find natives during applet load process

gouessej
Administrator
Hi

Where did you get this JAR? There is something really wrong.

Edit.: use the nightly build to get unsigned JARs.
Julien Gouesse | Personal blog | Website
Reply | Threaded
Open this post in threaded view
|

Re: MAC OS X does'nt find natives during applet load process

Wade Walker
Administrator
In reply to this post by Olaf_CN
Is there even any such file as libjogl.jnilib? Looking at the most recent autobuild (at http://jogamp.org/deployment/autobuilds/master/jogl-b744-2012-04-27_06-26-41/), there is only libjogl_desktop.jnilib and libjogl_mobile.jnilib (which matches what I get when I build JOGL myself on OS X).

Maybe you're using an old version of the JNLPAppletLauncher from JOGL 1.1.1? I notice your JNLP refers to platforms we don't support anymore :) It might be instructive to turn on debugging output from JNLPAppletLauncher and see what it's doing.
Reply | Threaded
Open this post in threaded view
|

Re: MAC OS X does'nt find natives during applet load process

Olaf_CN
OK, after porting from jogl 1 to jogl 2 it works, thanks!