package environ; import java.io.IOException; /** * List one or more item(s) from System Properties */ public class SysPropDemo { public static void main(String[] argv) throws IOException { if (argv.length == 0) System.getProperties().store(System.out, "System Properties:"); else for (int i=0; i