applet signing

19 views
Skip to first unread message

Jeanpylone

unread,
May 12, 2011, 5:44:52 PM5/12/11
to gwtai
Hi there !

Nice project, even if I don't have much experience with applets !
That's why I'm coming here. In fact I don't know how to generate
a .keystore like the one you have in the sample project. Could you
give me some clue?

Thanks !

Jason Greenberg

unread,
May 13, 2011, 10:19:25 AM5/13/11
to gw...@googlegroups.com
I'm not sure if this is what you're looking for or not, but here's how you do it by command line

REM These lines create the keystore
"C:\Program Files (x86)\Java\jdk1.6.0_23\bin\keytool" -genkey -keyalg rsa -alias netSSH
"C:\Program Files (x86)\Java\jdk1.6.0_23\bin\keytool" -certreq -alias netSSH

REM This line signs the Jar
"C:\Program Files (x86)\Java\jdk1.6.0_23\bin\jarsigner" -storepass <password> -signedjar "C:\Users\Jay\U\Workspace\U\Unification\SeaChange\war\java\seaChangeS.jar" "C:\Users\Jay\U\Workspace\U\Unification\SeaChange\war\java\seaChange.jar" netSSH 



--
You received this message because you are subscribed to the Google Groups "gwtai" group.
To post to this group, send email to gw...@googlegroups.com.
To unsubscribe from this group, send email to gwtai+un...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/gwtai?hl=en.


Reply all
Reply to author
Forward
0 new messages