RSS Feed

How to Sign a Java Applet

To sign a Java applet, follow these steps:

  1. Compile your applet with `javac`
  2. Create a jar file with `jar`
  3. Generate a keystore database with `keytool`
  4. Sign the jar file with `jarsigner`
  5. Export the public key certificate with `keytool’ How to Sign a Java Applet
Respond to “How to Sign a Java Applet”
  1. Roneal says:

    I think that this is the worst tutorial i have EVER SEEN in my whole f**ing life….

      

Leave a Reply

Post your comments and questions below, but please follow our commenting guidelines.


Path: Home > Programming > Java > How to Sign a Java Applet