Then I did this:
keytool -genkey -keystore keystore -alias myself
jarsigner -keystore keystore <yourApplication>.jar myself
So my question is: How do I sign the jar so it will load?
Then I did this:
keytool -genkey -keystore keystore -alias myself
jarsigner -keystore keystore <yourApplication>.jar myself
So my question is: How do I sign the jar so it will load?