for (int i = 0; i < properties.length; i++) { System.out.println(properties[i] + " = " + System.getProperty(properties[i])); }