IntelliJ IDEA 2018.1 Help

J2ME

IntelliJ IDEA supports the following toolkits for developing Java mobile applications:

IntelliJ IDEA integration with those toolkits is based on the J2ME plugin. This plugin is bundled with the IDE and enabled by default.

Preparing for Java mobile application development

  1. Download and install a JDK and one of the supported Java mobile toolkits.
  2. Make sure that the J2ME plugin is enabled, see Making sure that the J2ME plugin is enabled.
  3. Define the JDK and the mobile toolkit in IntelliJ IDEA. (In IntelliJ IDEA, the supported Java mobile toolkits are referred to as mobile SDKs). See Defining a JDK and a mobile SDK in IntelliJ IDEA.
  4. Create a project with a J2ME module, see Creating a project with a J2ME module.
  5. If necessary, configure the compilation settings specific to Java mobile applications, see Configuring Java mobile-specific compilation settings.

See also, Running and debugging Java mobile applications.

Making sure that the J2ME plugin is enabled

Even though the J2ME plugin is enabled by default, it's always worth making sure that this plugin is still enabled before you start developing a Java mobile application. To do that:

  1. Press Ctrl+Alt+S or choose File | Settings (for Windows and Linux) or IntelliJ IDEA | Preferences (for macOS) from the main menu, and then go to Plugins.
  2. In the right-hand part of the dialog, type j2 in the search box. As a result, only the plugins whose names and descriptions contain j2 are shown in the list of plugins.
  3. If the checkbox to the left of J2ME is not selected, select it.
  4. Click OK in the Settings dialog.
  5. If suggested, restart IntelliJ IDEA.
Last modified: 24 July 2018