Код: Выделить всё
Runtime.getRuntime().exec("getprop my_prop")< /code>
vs
System.getProperty("my_prop", "defaultValue")Подробнее здесь: https://stackoverflow.com/questions/795 ... etproperty
Код: Выделить всё
Runtime.getRuntime().exec("getprop my_prop")< /code>
vs
System.getProperty("my_prop", "defaultValue")