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

Emulation Platforms

An emulator simulates the execution of an application on one or more target devices. For example, the CLDC platform enables you to run applications on several sample devices with different features, such as screen size, keyboard, runtime profile and other characteristics.

An emulation platform allows you to understand the user experience for an application and test basic portability.

Java ME Platform SDK provides two well-known emulation platforms: CLDC with MIDP and CDC with AGUI. Both platforms include predefined devices with different screen sizes, runtime profiles, and input methods.

The SDK also provides a way to prepare a CDC application for execution on a Blu-ray disc player, as described in BD-J Stack.

The SDK includes the JavaFX runtime and includes two default phone skins for JavaFX. You can use the SDK to run JavaFX project Java application descriptor (JAD) files or Java archive (JAR™) files. See JavaFX Platform.

See CLDC and MIDP Stack, CDC Stack, BD-J Stack, and JavaFX Platform.