To load a MIDlet using OTA provisioning:
Set the MIDlet file provisioning preference to OTA provisioning (see MIDP provisioning and execution options overview).
Perform one of the following actions:
emulator bounce.jar
. See Running the SDK from
a command line overview.Alternatively to load a MIDlet using OTA provisioning you can:
Run a MIDlet using OTA provisioning.
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
.