public class prop { public static void main(String [] s) { System.getProperties().save (System.out, "alle properties:"); } }