上次的问题没有解决eclipse又出现新问题了!
我在新建了一个Dynamic Web Project工程后其他一切都是默认但是生成的Web.xml文件出错!
提示:
Referenced file contains errors
错误是出在
<?xml version= "1.0 " encoding= "UTF-8 "?>
<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 ">
中 version= "2.4 "上的 拜托了 这问题要急死我了!!谁能教教我该怎么办啊??
------解决方案--------------------up
------解决方案--------------------这还能有什么问题。。。。。。。晕
------解决方案--------------------你把它改为 <?xml version= "1.0 " encoding= "UTF-8 "?>
<web-app> 就可以了的,
------解决方案-------------------- <?xml version= "1.0 " encoding= "UTF-8 "?>
<web-app 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 ">
</web-app>
我的没出错