Creative Creature
Showing posts with label
applet
.
Show all posts
Showing posts with label
applet
.
Show all posts
Tuesday, September 18, 2012
3 easy steps to self-sign a Applet Jar file
Found this
link
that explains how to self-sign an applet in 3 easy steps:
keytool -genkey -keystore myKeyStore -alias me
keytool -selfcert -keystore myKeyStore -alias me
jarsigner -keystore myKeyStore jarfile.jar me
Older Posts
Home
Subscribe to:
Posts (Atom)