Login  Register

Re: Mac OS Java Update ( 1.6.0_20) breaks JOGL applets

Posted by Sven Gothel on Apr 20, 2011; 1:20pm
URL: https://forum.jogamp.org/Mac-OS-Java-Update-1-6-0-20-breaks-JOGL-applets-tp827857p2842717.html

On Tuesday, April 19, 2011 05:33:22 am blainebell [via jogamp] wrote:
>
> I am actually creating my
> own jar files, and signing them.  Is there something in particular that I
> need to do when signing this jar file?  It seems to work on windows and
> linux, but not macOSX.  When I go to the
> http://jogamp.org/jogl-demos/www/applettest-jnlp.html it works, but I have
> my own dependent jar files that I need to use, so i put everything on my own
> web page.

Since it works for our signed stuff .. why not check the delta ?

jogamp-scripting contains scripts we use to sign etc ..
  http://jogamp.org/git/?p=jogamp-scripting.git;a=summary

Hint: On OSX the source level of compiled code could be an issue as well,
we use 1.5

~Sven