Different mobile devices support different sets of Java APIs and
other features. System properties allows 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 Asha software platform devices (defined in CLDC, MIDP, and MSA/JTWI)
Nokia-specific system properties
System properties for specific APIs:
Note: For the Bluetooth API,
use the javax.bluetooth.LocalDevice.getProperty
method
to retrieve system properties.
Feature description for Web Services API
(JSR-177) Security and Trust Services API for Series 40 devices.
For an example on using system properties, see the Example: Viewing system properties.