Using the Java ME SDK

See also

The Java Micro Edition SDK is a collection of tools and device emulators that support the development of Java applications that run on devices compliant with the Mobile Device Information Profile (MIDP), Connected Limited Device Configuration (CLDC) and Connected Device Configuration (CDC). These include a wide range of mobile phones, embedded systems, Blu-ray consoles and other devices.

The NetBeans IDE comes bundled with different versions of the SDK depending on which OS you are using:

The Java ME SDK supports testing with several key features:

To use the Java ME SDK utilities:

  1. Choose File > <active project name> properties.
  2. In the Properties page, choose Platform from the left pane.
  3. In the Platform page, click the Manage Emulators button.
    The Java Platform Manager opens.
  4. Select an installed Java ME SDK emulator from the menu in the left pane.
  5. Select Tools & Extensions tab from the right pane.
  6. Click the Open Preferences or Open Utilities buttons to open the platform tools.
  7. Click the Use SDK Extensions checkbox to use the Profiler and the Memory and Network monitors.
  8. Run the application.

For more information about the Java ME SDK see .

See also
About Emulator Platforms
About the Java ME SDK

Legal Notices