Re: JOGL not launching on Ubuntu 12.04 LTS
Posted by
Sven Gothel on
May 22, 2012; 6:27pm
URL: https://forum.jogamp.org/JOGL-not-launching-on-Ubuntu-12-04-LTS-tp4005531p4007175.html
On 05/22/2012 08:01 PM, Pixelapp [via jogamp] wrote:
> javaws
http://jogamp.org/deployment/jogamp-current/jogl-demos/Gears.jnlp works.
>
> But for my unsigned jar wavelogy.pixelapp.biz/WavelogyDesktop.jnlp gives me
> the java.security.AccessController Error.
Gears.jnlp and the corresponding jogl-demos.jar are not signed!
Only the referenced GlueGen and JOGL JARs are signed.
Hence I personally don't like to see this as an 'mixed [signed] code' issue,
since the top layer (unsigned demo code) calls into the
bottom layer (signed gluegen/jogl code) w/o leaving it.
2: unsigned demo
1: signed JOGL
0: signed GlueGen
IMHO the security critical part would be having a sort of
three or more layers where the last three ones are mixed up:
3: unsigned
2: signed
1: unsigned
0: signed
In your case, I don't know the issue actually,
i.e. the difference to Gears.jnlp.
>
> I guess I'll have to wait for the bug to be fixed.
>