- From the main menu, select . New Project Wizard opens.
Tip
Alternatively, click New Project button in the Welcome screen.
- Select Create project from scratch and click Next.
- 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.
- 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.
- 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.
- 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.

