Running MIDP Applications

See Also

When you run a MIDP application, the IDE compiles, preverifies and builds the application according to the settings of the current . As the MIDlet executes, the output is shown in the device emulator.You can run the main project or run any individual project that contains an executable class.

To run a project:

To run a project with a different emulator platform or device emulator:

  1. Right-click on a project and choose Quick Run With.
  2. Choose an installed emulator platform and device emulator from the dropdown menus.
    The project uses the current distribution JAR and does not rebuild the project before running.

You can also choose to execute the MIDlet using Over-the-Air provisioning.

See Also
About Running Java Applications
Customizing MIDP Project Run Options
Running a MIDlet Suite with OTA Provisioning
About Project Configurations
About Emulator Platforms

Legal Notices