Re: JWebStart app signing problem
Posted by
gouessej on
Nov 21, 2014; 3:36pm
URL: https://forum.jogamp.org/JWebStart-app-signing-problem-tp4033596p4033599.html
Hi
Some entries are still unsigned, including gluegen-rt.jar. You should rather sign all your JARs (JogAmp JARs too) with your (untrusted) certificate. I'm sorry, my tutorial about Java3D tells nothing about deployment unlike the next one about JogAmp's Ardor3D Continuation.
To sum up, if you still want to use Java Web Start, sign all JARs mentioned in a single JNLP file with the same certificate even though you use the exception list. As you can see in
this ticket, I'm a bit upset by the security changes.
Otherwise, if you want to use another deployment method, let me know, I can make some suggestions.