2007-01-20
Referenced file contains errors 错误解决方法
关键字: BUG
如果你用了jdk5了之后发现
半个小时也建不好一个web 应用
或是eclipse中的web.xml有错了。。。
那么是由于引用的
</web-app>
出了问题
或
半个小时也建不好一个web 应用
或是eclipse中的web.xml有错了。。。
引用
Referenced file contains errors (http://www.ibm.com/webservices/xsd/j2ee_web_services_client_1_1.xsd). For more information, right click on the message and select "Show Details..."
那么是由于引用的
<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>
出了问题
<!DOCTYPE web-app PUBLIC '-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN' 'http://JAVA.sun.com/dtd/web-app_2_3.dtd'> <web-app></web-app>
或
<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">
- 11:20
- 浏览 (3027)
- 论坛浏览 (2935)
- 评论 (3)
- 分类: 技术
- 发布在 盘古党 圈子
- 相关推荐
评论
xsi:schemaLocation="http://JAVA.sun.com/xml/ns/j2ee http://JAVA.sun.com/xml/ns/j2ee/web-app_2_4.xsd">
里面我把阡陌一个http去掉就好了,这算什么问题, eclipse的bug?
发表评论
该博客是同时发布到论坛的,无法评论在论坛已被锁定的帖子
- 浏览: 225100 次
- 性别:

- 来自: 北京

- 详细资料
搜索本博客
我的相册
testpeople
共 41 张
共 41 张
链接
最新评论
-
ANT成长笔记
moven不错
-- by wu_jiaxiang -
ANT成长笔记
以前用的都是别人写的.....现在要自己写个
-- by 抛出异常的爱 -
软件测试全景图,框架
我没用过.....我也不明白.
-- by 抛出异常的爱 -
软件测试全景图,框架
请问javaeye的rss订阅为什么不能收到文章?????
-- by jems -
到底要招什么样子的人?
xiaocheng 写道你说的哪些学生确实很多,但我的学生也有好的。 都自己解决 ...
-- by 抛出异常的爱






评论排行榜