Choose Java ME MIDP Platform Folders
Support for Third-Party Emulators and Real Devices
Viewing and Editing Project Properties
Running Projects in the Emulator
Searching the WURFL Device Database
Finding Files in the Multiple User Environment
JSR 82: Bluetooth and OBEX Support
JSR 135: Mobile Media API Support
JSR 177: Smart Card Security (SATSA)
JSR 205: Wireless Messaging API (WMA) Support
JSR 211: Content Handler API (CHAPI)
JSR 226: Scalable 2D Vector Graphics
JSR 238: Mobile Internationalization API (MIA)
JSR 256: Mobile Sensor API Support
You can use the Add Java Platform wizard to install an emulator that is not UEI compliant. To see this page, select Tools > Java Platforms, and click the Add Platform button. Choose Custom Java ME MIDP Platform Emulator and click Next.
See General Information, Bootstrap Libraries, and Sources & Javadoc.
This wizard page defines the general parameters for an emulator that is not UEI compliant. You must supply this information:
Platform Home. The path to the directory where the emulator platform is installed. You can enter a path, or use the Browse button to navigate to the directory.
Platform Name. A name for the emulator platform.
Device Name. A name for the specific device the platform emulates.
Preverify Command. The command line syntax that invokes the preverify application to preverify a MIDlet. MIDlet class files must be preverified before they can be run on a device or emulator. The SDK silently handles preverification during the build process. See the CLDC specification for more information on preverification.
Execution Command. The command line syntax that invokes the emulator to execute a MIDlet.
Debugger Command. The command line syntax that invokes the emulator to debug a MIDlet.
To see descriptions of the command line syntax parameters, click in the appropriate field. The description is displayed in the area below the debugger command. Click Next when you are finished.
See Emulator Command Line Options.
Based on the General Information you entered, the wizard detects the libraries and APIs the platform or emulator uses. To add libraries, click the Browse button and choose a library file. Click Next when you are finished.
Given the files and libraries you have chosen to this point, the wizard detects libraries and APIs. To add additional source files or Javadoc files, click the browse button and choose the files you want to add.
Click Finish to register the emulator platform.