Sun Java Solaris Communities My SDN Account Join SDN
 

Mobile Service Architecture - JSR 139

»  Overview
 
»  Devices
 

JSR 139 - Connection Limited Device Configuration 1.1

 
  • The MSA base configuration is CLDC 1.1. This specification is based on a virtual machine designed with the constraints of inexpensive, resource-limited embedded devices in mind. It provides core technology for the Java ME platform runtime and libraries, and is used as the base for one or more profiles, including MIDP. For more information on CLDC, visit java.sun.com/products/cldc.

  • Packages

     

    javax.microedition.global

    System Properties

     
    Name Description
    microedition.platform Name of the host platform or device.

    microedition.encoding Default character encoding, default is "ISO-8859-1".

    microedition.configuration Name and version of the supported configuration, "CLDC-1.1"

    microedition.profiles List of supported profiles, for example "MIDP-2.1 MIDP-2.0".
     

    Getting Started
     
    Related Links