I created a JSF 2.1 project in Eclipse. While building the project, it shows the following error markers:
- cvc-elt.1: Cannot find the declaration of element
'faces-config'
.- schema_reference.4: Failed to read schema document
'http://java.sun.com/xml/ns/javaee/web-facesconfig_2_1.xsd'
, because
- could not find the document;
- the document could not be read;
- the root element of the document is not
<xsd:schema>
.
How is this caused and how can I solve it?