OTA Provisioning of a MIDlet

To load a MIDlet using OTA provisioning:

  1. Set the MIDlet file provisioning preference to OTA provisioning (see MIDP provisioning and execution options overview).

  2. Perform one of the following actions:

Alternatively to load a MIDlet using OTA provisioning you can:

  1. Run a MIDlet using OTA provisioning.

  2. Perform one of the following options, regardless of the preference setting:

    • Use File > Open URL or the SDK device menus to load a JAD or JAR file from a web server. However, you might have to set up a proxy server (see Overview to setting up network access). Any MIDlet that is downloaded using HTTP is OTA provisioned, regardless of the SDK’s provisioning settings.

    • Use the command line interface and the -Xjam option to load a local JAD or JAR file, for example, emulator -Xjam:install=mylocalmidlet.jad.