IntelliJ IDEA 2017.1 Help

Running and debugging Java mobile applications

This feature is supported in the Ultimate edition only.

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 /help/img/idea/2017.1/new.png 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: 18 July 2017