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