IntelliJ IDEA 11.1 Web Help

Some features described here are available in Ultimate edition only.

The section describes how to create a mobile project inIntelliJ IDEA. Mobile project is created like a regular project from scratch, with J2ME Module type, and requires a special mobile SDK, like WTK, or DoJa.

To create a mobile project
  1. From the main menu, select File | New Project. New Project Wizard opens.

    Tip

    Alternatively, click New Project button in the Welcome screen.

  2. Select Create project from scratch and click Next.
  3. Enter the project name and specify the location for your project. Make sure that the check box create module is selected. Specify the name for a module to be created and select its content root. Select J2ME Module type. Click Next.
  4. On the sources page of the wizard, specify the path that will be marked as the source root. In this case, you will have to configure it later. Click Next.
  5. Specify mobile SDK for the project. IntelliJ IDEA supports WTK and DoJa. If you've already configured SDK, just select it from the list. Otherwise, click Configure to set up one. Click Next.
  6. Specify mobile SDK-specific options, like MIDlet-Name, or AppName. For more details on these options refer to New Project From Scratch. Mobile SDK Specific Options Page. Click Finish. The J2ME project is created.

See Also

Procedures:

Reference:

Web Resources: