String conf = System.getProperty("user.home") + File.separator + "a.properties";
FileInputStream fis = new FileInputStream(conf);prop.load(fis);fis.close();