Configuring the Web Browser and Proxy Settings
Running MIDP and CLDC Sample Projects
Running the Demos Sample Project
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
The Java ME Platform SDK sample projects introduce you to the emulator’s API features and the SDK features, tools, and utilities that support the various APIs. These features can help you customize the sample projects or create applications of your own.
The source code for every demonstration application is available in the installation’s /apps directory. Subdirectories contain projects, and each project has a src directory that contains Java programming language source code.
For example, if the SDK is installed in installdir, the source code for the SMS sender MIDlet (example.sms.SMSSend) in WMADemo resides in the following location:
Mac:
installdir/Contents/Resources/apps/WMADemo/src/example/sms/SMSSend.java
For an explanation of the directory structure, see Installation Directories and User Directories. For instructions or running projects, see the following topics: