1 package nmp.debug; 2 3 public class SystemProperties 4 { 5 public static void main( String[] args) { 6 System.getProperties().list( System.out); 7 } 8 }

This page was automatically generated by Maven