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

CDC Stack

A Java ME Platform, Connected Device Configuration application is an application targeted for network-connected consumer and embedded devices, including high-end mobile phones, smart communicators, high-end PDAs, and set-top boxes.

Devices that support CDC typically include a 32-bit microprocessor or controller and make about 2 MB of RAM and 2.5 MB of ROM available to the Java application environment.

CDC is based upon the open source project phoneMETM Advanced, found at https://phoneme.dev.java.net. A CDC application conforms to the Connected Device Configuration with a set of profiles that include Personal Basis Profile and AGUI:

See Creating a CDC Project.