java webstart code signing requirements overview
问题 I have a small javafx2 application that is used in the office. Some guys run it from Firefox, some run it as a desktop app. Webstart is great. The current approach is that I have added this to the jnlp file: <security> <all-permissions/> </security> Then created a key in a keystore using the keytool: keytool -genkey -keystore yourKeystore -alias keyname And I sign all jar files that are to be on the user's PC using jarsigner: jarsigner -keystore ./myapp.keystore -storepass xxx -keypass yyy