Open the New Mobile Project wizard by choosing File > New Project, under Categories select Java ME and under Projects select a CDC project.
In the Select Platform page, you choose the default for the project.
You set the following properties on this page:
Java Platform. The execution environment for the project. The platform you select determines which devices and profiles you can test your application on. The drop-down menu provides a list of available Java platforms. If the platform you want to develop for is not listed, you might need to download, install, and register the platform.
Device. A specific mobile device emulator supported by the selected Java platform. When executed, the application's performance is simulated on this device.
Profile. The supported by the selected Java Platform. The drop-down menu provides a list of available profiles.
Clicking the Next button takes you to the Name and Location page. In this page, you can select additional project configurations to add to your project.
Clicking the Finish button completes the wizard and creates a project you can view in the Projects window of the IDE.