We closed this forum 18 June 2010. It has served us well since 2005 as the ALPHA forum did before it from 2002 to 2005. New discussions are ongoing at the new URL http://forum.processing.org. You'll need to sign up and get a new user account. We're sorry about that inconvenience, but we think it's better in the long run. The content on this forum will remain online.
Page Index Toggle Pages: 1
Signed applets (Read 188 times)
Signed applets
Mar 8th, 2009, 3:30pm
 
Hello,

I need to know how to signed applets. I use MAC OS X 10.4.11, Intel Core.

Can somebody helps me?

On this url "http://www.tree-axis.com/Ess/signed_applets.html" you find an explication. But I don't understand the differant steps and "keytool -genkey -alias theKey" and "jarsigner theApplet.jar theKey". Where can I find such code?

Kind Regards

Re: Signed applets
Reply #1 - Mar 8th, 2009, 10:52pm
 
See also How to sign an applet Hack, although the info is probably similar.
keytool and jarsigner are provided with the JDK.
If you installed Sun's JDK, they are on the path, just typing their name on the command line will show they are there.
If you use the JDK coming with Processing, you might have to type (or copy) the full path (eg. "C:\Program File\Processing\java\bin\keytool" or something similar, with double quotes if there is a space in the path).
Page Index Toggle Pages: 1