The following table describes the generic system properties used
by Series 40 and Symbian devices. To retrieve a system property value,
call the java.lang.System.getProperty
method.
System property |
Description |
Value |
---|---|---|
|
Information about the host platform or device. This includes information about the device model and version, platform version, and Java Runtime version. Note: Series 40 does not support |
For example:
|
|
Default character encoding used by the platform. Unless a MIDlet defines a specific character encoding for handling character streams, APIs use the default character encoding. |
|
|
Name and version of the supported configuration. |
|
|
Name and version of the supported profile. |
MIDP devices return For example:
|
|
The current locale of the device. This is based on the currently selected user interface language on the device. Note: The set of locales supported by the device depends on the languages and region. |
For example:
|
|
Comma-separated list of serial port IDs. To open a
serial port connection, use a serial port ID together with the
|
Defined in |
|
The local hostname, if it is available. |
|
|
Version number of the supported JTWI specification |
|
|
Version number of the supported MSA specification or subset of MSA. |
|