Read properties file in Java

Posted Over 11 years ago. Visible to the public.
	Configuration wsconfig;
	try {
		wsconfig = new PropertiesConfiguration("webservice.properties");
	} catch (ConfigurationException e) {
		e.printStackTrace();
	}

	uuid = wsconfig.getString("tibkdb.uuid");
mgns
Last edit
Over 11 years ago
Posted by mgns to FB10 (2013-01-08 10:27)