Login  Register

Re: deploying JOGL application with webstart

Posted by Sven Gothel on Mar 15, 2014; 6:31pm
URL: https://forum.jogamp.org/deploying-JOGL-application-with-webstart-tp4031911p4031919.html

On 03/15/2014 07:13 PM, andyskinner [via jogamp] wrote:
> Also, is there a difference between an application and an applet, relevant to
> this issue?

applet ~= jnlp-application != local-application

So, applet and jnlp-application need to match the mentioned constraints :(
Note: An applet can also use JNLP mechanism ..

A local application ofc does not need any of this.

If you test on GNU/Linux you may test w/ IcedTea-Web,
which may not have those snake-oil constraints applied.

On 03/15/2014 07:12 PM, andyskinner [via jogamp] wrote:> Does that mean I
won't be able to get the jar files from jogamp.org, and will
> have to include them in order to sign them?
>

Yes, you have to sign them all w/ your signature.

Maybe it still works using our jar files loaded from our jogamp URL,
however your demo-jars must be signed (with your cert).

~Sven



signature.asc (894 bytes) Download Attachment