Steps for signing NetBeans IDE 6.0

  1. Create the MIDlet project.

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

  3. . Go to Category -> Build -> Signing.

  4. Enable the 'Sign Destribution' check-box.

  5. Select proper Keystore file (.ks extention)

  6. Select Alias

  7. You can also Export Key into Java ME SDK/Platform/Emulator.

  8. Press 'OK' to complete

  9. Build the project, it will sign your midlet at runtime.