0

Then I did this:

keytool -genkey -keystore keystore -alias myself

jarsigner -keystore keystore <yourApplication>.jar myself

Which results in this: enter image description here

So my question is: How do I sign the jar so it will load?

aubreybourke
  • 439
  • 1
  • 5
  • 17

1 Answers1

0

You will either need a trusted certificate to sign the jar file or you have to add your host to the exception list in the Java Control Panel. enter image description here

For more details take a look at this blog post

dako
  • 87
  • 7