Steps for signing Midlet using Eclipse 3.3.1

  1. Create the MIDlet project.

  2. Right click on the project and go to 'Properties'.

  3. Go toJ2ME -> Midlet Suite Signing.

  4. In 'Signing Properties', Enable'Sign Project' check-box.

  5. Browse Keystore File

  6. . Provide proper Alias of that keystore file.

  7. Select Password option. You should have key password and keystore password for that Keystore.

  8. Verify the signature using 'Verify Setting'' option. If verification done successfully, it will display message 'The settings verify'

  9. Press OK to complete

  10. Build project to get signed midlet