IntelliJ IDEA 2019.1 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 icons general add svg 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.

Last modified: 20 June 2019

See Also