System.getProperty(key) | Telit Cinterion IoT Developer Community
June 23, 2016 - 1:01pm, 2703 views
Hi All,
I have a question about available keys of getProperty() method in java.lang.System class.
In RS232 Example of Cinterion, this method is used with key String "microedition.commports" like below:
System.out.println("Available COM-Ports: " + System.getProperty("microedition.commports"));
key is explained as "the name of the system property" in Java doc.
Do you know what other system properties that can be used as a String in this function?
Is there a list written on somewhere?
Best Regards,
Hello,
There's no list of all available properties. The useful properties may be mentioned in different places of Gemalto documentation or you can check in IMP-NG and CLDC documentation where the system properties are also not all listed in one place. But generally there are not many properties available.
Regards,
Bartłomiej
Hello Bartłomiej,
Thanks for the answer.
Regards,