Exit Print View

Java Platform Micro Edition Software Development Kit Version 3.0

Get PDF Book Print View

Document Information

Getting Started

Java ME Platform SDK Features

Emulation Platforms

CLDC and MIDP Stack

CDC Stack

BD-J Stack

JavaFX Platform

Managing Java Platforms

J2SE and CDC Platforms

J2ME Platforms (CLDC and MIDP)

Adding a Java Platform

Selecting a Platform Type

Choose Platform Folder and Name (Java SE and CDC)

Choose Location (JavaSE and CDC)

Create a Platform for Legacy CDC Projects

Choose Java ME MIDP Platform Folders

Choose Custom Java ME MIDP Platform Emulator

General Information

Bootstrap Libraries

Sources & Javadoc

Support for Third-Party Emulators and Real Devices

Automatic Update

Using the Plugins Manager

Available Plugins

Downloaded

Installed Plugins

Plugin Settings

Installing a Plugin Globally

Using Sample Projects

Creating and Editing Projects

Viewing and Editing Project Properties

Running Projects in the Emulator

Searching the WURFL Device Database

Finding Files in the Multiple User Environment

Profiling Applications

Monitoring Network Traffic

Lightweight UI Toolkit

Security and MIDlet Signing

BD-J Support

CLDC Emulation on a Windows Mobile Device

Installing CLDC Emulation on a Windows Mobile Emulator

On-device Debugging

Command Line Reference

Logs

JSR Support

JSR 75: PDA Optional Packages

JSR 82: Bluetooth and OBEX Support

JSR 135: Mobile Media API Support

JSR 172: Web Services Support

JSR 177: Smart Card Security (SATSA)

JSR 179: Location API Support

JSRs 184, 226, and 239: Graphics Capabilities

JSR 205: Wireless Messaging API (WMA) Support

JSR 211: Content Handler API (CHAPI)

JSR 238: Mobile Internationalization API (MIA)

JSR 229: Payment API Support

JSR 256: Mobile Sensor API Support

Index

General Information

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 toolkit 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 Running the Emulator From the Command Line.