Re: Applet guidance
Posted by
gouessej on
Jun 17, 2011; 7:51am
URL: https://forum.jogamp.org/Applet-guidance-tp3074641p3075300.html
Hi!
Mixing unsigned and signed JARs is not a good idea since Java 1.6 update 20. Therefore, I advise you to sign your applet. You can use your own keystore as I do for my own first person shooter. However, each JNLP file must directly refer to JARs signed with the same certificate, the other JARs have to be got as extension(s) (as you already do). I don't know JNLPAppletLauncher as I only use Java Web Start without applets, maybe someone else could answer your last question. Best regards.