IntelliJ IDEA 2016.2 Help

Running and debugging Java mobile applications

To be able to run or debug your Java mobile application you should first create the corresponding run/debug configuration. Then, you should start this run/debug configuration in the run or the debug mode.

To create a J2ME run/debug configuration

  1. Select Run | Edit Configurations.
  2. In the Run/Debug Configurations dialog, click add and select J2ME.
  3. Specify the configuration settings as necessary and click OK. For more information, see Run/Debug Configuration: J2ME.

To start your J2ME run/debug configuration

  1. Make sure that the run/debug configuration for your mobile application is selected in the corresponding selector on the toolbar.
  2. Now, to start this configuration in the run or the debug mode:
    • Select Run | Run or press Shift+F10.
    • Select Run | Debug or press Shift+F9.

See Also

Last modified: 23 November 2016