爱玩DOTA的程序员 2010-11-17 18:19 采纳率: 0%
浏览 1011
已采纳

eclipse中的web.xml报错问题

我配置的web.xml中报的错误是:
Referenced file contains errors (jar:file:/D:/eclipse/eclipse-jee-galileo-SR1-win32/eclipse/plugins/org.eclipse.wst.standard.schemas_1.0.200.v200902270215.jar!/
dtds/loose.dtd). For more information, right click on the message in the Problems View and select "Show Details..."

报错的位置是:
<?xml version="1.0" encoding="UTF-8"?>
xmlns:web="http://java.sun.com/xml/ns/javaee/web-app_2_4.xsd" xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_2_4.xsd"
id="WebApp_ID" version="2.4">

希望有人给我解决下。谢谢!

  • 写回答

1条回答 默认 最新

  • ethenjean 2010-11-18 08:39
    关注


    这是copy的一个正常web.xml

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?