[size:14pt]How to sign an app[/size]
Signing your java applet allows you to access a users computer. For example you can connect to the internet with Mooclick. Before you get started you must download and install the lastest Java Dev kit (Please login to see this link. and download the Java SE JDK).
Once you have installed the JDK, go to command prompt. Then change the directory to C:\Program Files\Java\jdk1.6.0_14\bin (or wherever you installed the JDK). Then enter the following:
Replace "mykey" with the name of the key you want to make. You will probably then be asked to enter a password. This is usually your windows password. Your already built Java Applet should be in the "bin" folder. I find it works best if there are no spaces in the name of the jar file. Then type this:
Change "nameofsignedjar.jar" to what you want the name of the signed applet to be. Then change "nameofunsignedjar.jar" to the file name of your built applet. The nameofsignedjar.jar should not be the same as the nameofunsignedjar.jar. Finally change "mykey" to the name of the key you generated earlier. Now press the enter/return key. You may be promted again to enter a password. Do this then press return again. Your applet should now be signed. It will be contained in the bin folder.
The sign will expire after 6 months, but you can always sign it again.
If you can't be bothered to sign the applet, send it to me via PM and I will do it for you. Please use this form:
Desired key name:
Name of signed applet:
Link to unsigned applet: