// FileInputStream in = new FileInputStream(System.getProperty("user.dir") // + File.separator + "config" // + File.separator + "config.properties"); // // props = new Properties(); // props.load(in); // in.close();