gpt4 book ai didi

java - 由于servlet文件找不到元素的声明导致的xml错误,引用的文件包含错误

转载 作者:塔克拉玛干 更新时间:2023-11-01 21:34:09 28 4
gpt4 key购买 nike

我不知道为什么会出现这些错误,谁能告诉我如何解决这些问题 -

  1. cvc-elt.1:找不到元素“web_1:web-app”的声明。
  2. 引用的文件包含错误 (jar:file:/C:/Program Files/eclipse/plugins/org.eclipse.jst.standard.schemas_1.2.0.v201101142102.jar!/dtdsAndSchemas/web-app_2_5.xsd ).有关详细信息,请右键单击“问题 View ”中的消息并选择“显示详细信息...”

这是我遇到的两个错误,因为我错误地添加了一个 servlet,我打算将一个普通的类文件添加到我的项目中..然后这两个错误开始显示,即使我删除了 servlet 文件。这是我的 xml 代码(实际上它是基本代码)- 因为直到现在我还没有使用过一个 servlet 文件,所以我只使用了 jsp 文件。

还是xml文件-

<?xml version="1.0" encoding="UTF-8"?>
<web_1:web-app
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="http://java.sun.com/xml/ns/javaee"
xmlns:web="http://java.sun.com/xml/ns/javaee/web-app_2_4.xsd"
xmlns:web_1="http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd"
xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_3_0.xsd"
id="WebApp_ID"
version="3.0">
<display-name>InitialD</display-name>
<web_1:welcome-file-list>
<web_1:welcome-file>index.html</web_1:welcome-file>
<web_1:welcome-file>index.htm</web_1:welcome-file>
<web_1:welcome-file>index.jsp</web_1:welcome-file>
<web_1:welcome-file>default.html</web_1:welcome-file>
<web_1:welcome-file>default.htm</web_1:welcome-file>
<web_1:welcome-file>default.jsp</web_1:welcome-file>
</web_1:welcome-file-list>
</web_1:web-app>

最佳答案

试试这个:

<?xml version="1.0" encoding="UTF-8"?>
<web-app xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="http://java.sun.com/xml/ns/javaee"
xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_3_0.xsd"
id="WebApp_ID" version="3.0">

关于java - 由于servlet文件找不到元素的声明导致的xml错误,引用的文件包含错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/17238986/

28 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com