public static void main(String[] args) throws IOException, URISyntaxException
{ Configuration config = new Configuration();
You are missing the Apache Commons Configuration dependency. Download the jar and add it to your build/class path.