IntelliJ IDEA 2016.1 Help

Creating a project with a J2ME module

To develop a Java mobile application, you need a project with a J2ME module.

To create a project with a J2ME module

  1. If no project is currently open in IntelliJ IDEA, click Create New Project on the Welcome screen. Otherwise, select File | New | Project.

    As a result, the New Project wizard opens.

  2. On the first page of the wizard, in the left-hand pane, select J2ME.

    In the right-hand part of the page, specify the Java ME SDK to be used.

  3. If necessary, enable SQL support and select the SQL dialect to be used by default.

    Click Next.

  4. On the next page of the wizard, specify mobile SDK-specific options, and click Next.
  5. Specify the name and location settings for your project and module. For more information, see Project Name and Location.

    Click Finish.

See Also

Last modified: 13 July 2016