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). Such devices include mobile phones, and personal digital assistants (PDAs) and embedded systems. The Java ME SDK is installed as the default emulator in most versions of the NetBeans IDE.

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 WTK 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