static{ Properties prop = new Properties(); prop.load(Thread.currentThread().getContextClassLoader().getResourceAsStream("configure.properties")); String path = properties.getProperty("reportOutPutPath"); }