Running a MIDlet Suite with OTA Provisioning

See Also

Running your MIDlet suite with Over-The-Air (OTA) provisioning emulates the process that takes place when a device downloads and installs your suite from a server. If your suite is signed, the emulator gives it access to protected APIs according to the security domain of the suite's certificate. Running a suite with OTA provisioning also lets you test any inbound connections from the server as defined in the suite's push registry.

To enable OTA provisioning for an emulator:

  1. Choose File > <active project name> Properties.
  2. In the Project Properties dialog, select Running.
  3. Choose the Execute Through OTA radio button.
    The IDE enables OTA provisioning for the emulator and runs the MIDlet suite with the specified preferences.
See Also
Customizing MIDP Project Run Options
About Over the Air Provisioning
About Deployment

Legal Notices