Different mobile devices support different sets of Java APIs and
other features. System properties allow you to determine which features
are supported on a device. For example, you can use system properties
to retrieve information about supported API versions, localized directory
names, and whether a certain feature is available on the device. To
retrieve system properties, use the java.lang.System.getProperty
method. For
instructions on how to use this method, see article How to read system properties in Java ME in
the Nokia Developer Wiki.
For more information about the supported system properties, see the following sections:
Generic system properties for common system properties supported on Nokia devices and devices based on the Symbian platform (defined in CLDC, MIDP, and MSA/JTWI)
System properties for specific APIs:
Note: For the Bluetooth API,
use the javax.bluetooth.LocalDevice.getProperty
method
to retrieve system properties.
(JSR-177) Security and Trust Services API:
For an example on using system properties, see the system properties example MIDlet.