Creating a MIDlet project

If the SDK for which you want to create a MIDlet project is not installed on your system, then you can install the SDK using the Device SDK Selector feature of the IDE.

  1. In Nokia IDE for Java ME (Eclipse), click File > New > MIDlet Project.

    Figure: Selecting the MIDlet Project menu

    The Create a MIDlet Project page in the New MIDlet Project wizard is displayed.

  2. Enter the Project name, select the required SDK in the Configurations area, and then click Next.

    Figure: Creating a new MIDlet Project

    The MIDlet Project Content page is displayed.

  3. In the MIDlet Project Properties pane, enter MIDlet Name, MIDlet Vendor, MIDlet Version, select Microedition Configuration, Microedition Profile, and then click Finish.

    Figure: MIDlet Project Properties

    The MIDlet project is created and opened in the IDE.

    Figure: New MIDlet Project is created