How to sign an applet as JAR
Hi,
I am facing an issue while singning an Applet as Jar files. I tried stpes given in various sites but it didnt work for me.
I followed these stesps.
1. keytool -genkey -alias sig
2.keytool -export -alias sig -rfc -file sig.x509
3.jarsigner C:\test.jar sig
When I execute the step 3, I got an error "jarsigner: certificate not found for: for" .
Please help me to resolve this issue,
Thanks

