1. If you don't have a file ~/.keytool, then you need to create a key keytool -genkey -alias blueness 2. Make the jar file and sign it. jarsigner TelnetApplet.jar blueness 3. Verify the signiture. jarsigner -verify TelnetApplet.jar