Java ME System Properties
Article Metadata
The following method helps you to find the different system properties in Java ME
System.getProperty( key );
where 'key' is a string of different system property Different keys used are as in the following links
Nokia resource:
MIDP: System Properties (with Example) v1.2
MIDP: System Properties (With Example) v1.1
Getting System properties in MIDP
Sun Resource:
FAQ(What are the defined J2ME system property names?)


Level: Basic
This article shows so valuable system related information retrieval method.Below is the single sentence used to get system properties.You can print system related info in your application using alert Class to display it to the user. System.getProperty( key );Where Key specify different arguments.You can see the link to those attributes on link given in this article.
Basic but important information is given in this article. Could be useful to those who want to test for system configuration before launching or installing their application.
--kalki 07:52, 29 September 2009 (UTC)