Installing MIDP Examples
See Also
You can use the example Java ME MIDP projects included with the NetBeans IDE
to learn about Java ME coding and APIs supported by this IDE.
To install a project:
- Chose File > New Project.
- Under Categories, expand the Samples folder and then expand the
Mobile folder.
The Mobility projects are organized into different categories:
- Projects that support only MIDP 1.0 devices
- Projects that that take advantage of MIDP 2.0 features
- Projects that illustrate the creation of mobile applications that consume
Web services. These examples were created using the Wireless
Connection Wizard.
- Select a folder, then under Projects, select an example, and click the
Next button.
- In the Project Name and Location page, choose a name and projects home
directory for your project.
The projects home directory should be where you want to store all your
projects.
- If you want the project to be your main project, leave the checkbox
selected. Click Next.
- In the Platform Selection page, choose the emulator platform you want to
use to execute the application.
- If the emulator supports more than one device emulator, choose a device
from the dropdown menu.
- If the emulator supports more than one version of CLDC or MIDP, choose
the appropriate radio button.
- Certain examples
require MIDP 2.0, and can not be executed if you are using an emulator
platform that does not support MIDP 2.0.
- Click Finish to install the Project.
The project displays in the Projects window. You can also examine the project's
contents in the Files window.
- See Also
- Importing Java ME MIDP Projects
- Working with Java ME MIDP Projects
Legal Notices