jdk/test/tools/pack200/pack200-verifier/src/sun/tools/pack/verify/Globals.java
changeset 27565 729f9700483a
parent 6314 8ab691ddb904
equal deleted inserted replaced
27564:eaaa79b68cd5 27565:729f9700483a
   168 
   168 
   169         println("System properties");
   169         println("System properties");
   170         println("\tjava.home=" + System.getProperty("java.home"));
   170         println("\tjava.home=" + System.getProperty("java.home"));
   171         println("\tjava.class.version=" + System.getProperty("java.class.version"));
   171         println("\tjava.class.version=" + System.getProperty("java.class.version"));
   172         println("\tjava.class.path=" + System.getProperty("java.class.path"));
   172         println("\tjava.class.path=" + System.getProperty("java.class.path"));
   173         println("\tjava.ext.dirs=" + System.getProperty("java.ext.dirs"));
       
   174         println("\tos.name=" + System.getProperty("os.name"));
   173         println("\tos.name=" + System.getProperty("os.name"));
   175         println("\tos.arch=" + System.getProperty("os.arch"));
   174         println("\tos.arch=" + System.getProperty("os.arch"));
   176         println("\tos.version=" + System.getProperty("os.version"));
   175         println("\tos.version=" + System.getProperty("os.version"));
   177         println("\tuser.name=" + System.getProperty("user.name"));
   176         println("\tuser.name=" + System.getProperty("user.name"));
   178         println("\tuser.home=" + System.getProperty("user.home"));
   177         println("\tuser.home=" + System.getProperty("user.home"));