當我在Eclipse中創建新的動態Web項目,自動創建web.xml
顯示以下錯誤:CVC-elt.1:找不到元素「web應用」的聲明
cvc-elt.1: Cannot find the declaration of element 'web-app'
和紅色的背景上此行:
<web-app id="WebApp_ID" version="2.4" xmlns="http://java.sun.com/xml/ns/j2ee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd">
我想知道爲什麼會發生此錯誤以及如何擺脫此錯誤。 我在我的項目中使用了Eclipse版本3.1,Apache Tomcat 5.0和JDK 1.4。我對Eclipse很新。
雖然鏈接的解決方案站點有問題,但Eclipse Neon的相關選項位於Window-> Preferences-> General-> Network Connections-> Cache-> Disable Caching,選中該框,然後清理並構建。 –