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 any individual project that contains an executable class.
To run a project:
Choose Run > Run
Project (F6) or right-click any project in the Projects window and choose
Run.
To run a project with a different emulator platform or device emulator:
Right-click on a project and choose Run With.
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.