String path =CloudProperties.class.getClassLoader().getResource("db.properties").getPath(); try { path = java.net.URLDecoder.decode(path,"utf-8"); } catch (Unsupport...