Thales' cellular IoT products business is now part of Telit Cinterion, find out more.

You are here

System.getProperty(key) | Telit Cinterion IoT Developer Community

June 23, 2016 - 1:01pm, 2773 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,