Creating a new project for the MIDlet

To use the SDK with Eclipse:

  1. Create a project in Eclipse

  2. Import the MIDlet source code into the new project.

  3. Create a MIDlet package, which includes the JAD and JAR files that you can test on the SDK.

To create a new project that contains your MIDlet:

  1. In Eclipse, select File > New > Project to access the New Project wizard.

  2. In the New Project wizard, selectJava > J2ME Midlet Suite.

  3. Click Next and enter the project name.

  4. Click Next and select the Nokia SDK you want to use

  5. Click Next. Make sure the Java settings for Source, Project, Libraries, Order and Export, and Default Output Folder are as they need to be for the project.

  6. Click Finish to create the project. The name of the new project appears in the Package Explorer window.