`

Referenced file contains errors (http://JAVA.sun.com/xml/ns/j2ee/web-app_2_5.xsd

阅读更多
Referenced file contains errors (http://JAVA.sun.com/xml/ns/j2ee/web-app_2_5.xsd). For more information, right click on the message in the Problems View and select "Show Details..."


<?xml version="1.0" encoding="UTF-8"?>
<web-app id="WebApp_ID" version="2.5"
	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_5.xsd" metadata-complete="true">
</web-app>


jdk从1.5换到1.6就出现了
将url中的j2ee换成javaee就OK了,或者从别的正常的web.xml拷贝一分头过来
j2ee=>javaee
<web-app version="2.5" 
    xmlns="http://java.sun.com/xml/ns/javaee" 
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
    xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd" metadata-complete="true">	
	
分享到:
评论

相关推荐

    dubbo找不到dubbo.xsd报错

    dubbo找不到dubbo.xsd报错, cvc-complex-type.2.4.c: The matching wildcard is strict, but no declaration can be found for element 'dubbo:application'. - schema_reference.4: Failed to read schema document...

    dubbo.

    dubbo.

    plat-sw-3.0.0.1.zip

    bazel_root/540135163923dd7d5820f3ee4b306b32/external/adv_plat/plat-sw-3.0.0.1.zip: Connection reset and referenced by '//modules/drivers/camera:camera'. ERROR: (12-26 08:52:07.359) Analysis of target ...

    开源项目RoundedImageView

    开源项目的地址:https://github.com/vinc3m1/RoundedImageView 实现圆形/圆角/椭圆的iamgeView。相关博文:http://www.cnblogs.com/tianzhijiexian/p/3856391.html

    main函数关联的crt目标文件

    /usr/lib/gcc/x86_64-linux-gnu/4.7/../../../x86_64-linux-gnu/crt1.o /usr/lib/gcc/x86_64-linux-gnu/4.7/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/4.7/crtbegin.o /tmp/ccNY9dhT.o /usr/...

    使用Hibernate3.6在console下连接Mysql5进行CRUD操作

    5. 把lib下的库加到 referenced libraries中,以方便运行。 然后你会看到结果如下。 我参考的是这一篇:http://tech.ccidnet.com/art/2585/20050621/271615_1.html 我的网站是: http://www.wudimei.com ,上面有...

    org.eclipse.paho.mqttv5.client-1.2.5.jar解决SSL认证连接SNIHostName类不存在的问题

    MQTTv5版的客户端库,原地址:https://github.com/eclipse/paho.mqtt.java。 本资源合入了解决低于android7.0报错Caused by: java.lang.ClassNotFoundException: Didn't find class "javax.net.ssl.SNIHostName"的...

    jQwidgets 3.6.0

    styles/images: contains images referenced in the stylesheet files Files for individual widgets. Include depending on project needs: jqx-all.js: All plug-ins and widgets jqxdata.js: Data Source plug-...

    ios开发之项目废弃图片资源清理工具

    A Mac App to find unused images and resources in an XCode project. It is heavily influenced by jeffhodnett‘s [Unused](http://jeffhodnett.github.io/Unused/), but Unused is very slow, and the results ...

    Windows7下TA-Lib包的安装

    common.obj : error LNK2019: unresolved external symbol TA_Initialize referenced in function __pyx_pf_5talib_6common_2_ta_initialize 这个问题有点高级,看起来说是链接错误,很多人到这就不知道怎么办了,...

    STC-MCU-SPI演示

    /* If you want to use the program or the program referenced in the */ /* article, please specify in which data and procedures from STC */ /*------------------------------------------------------------...

    Tsapi.zip_The Hidden_tsapi_tsapi sample

    This file handles the hidden TSAPI window // First, there are the CTsapiDevice methods. // // This class is referenced by the TSAPI window class (CTsapiWnd). // It handles: // 1. tracking of the ...

    Python安装包version 3.1.5

    ./configure make make test sudo make install This will install Python as python3. You can pass many options to the configure script; run "./configure --help" to find out more. On OSX and Cygwin,...

    sqlite3:not found 解决方法

    支持android4.2-4.4,其他未知 博文链接:https://gundumw100.iteye.com/blog/2262622

    Chinese Entity Linking Comprehensive

    ./data/2011/eval/tac_kbp_2011_chinese_entity_linking_evaluation_queries.xml This file contains 2176 queries. Each query entry consists of the following fields: &lt;query id&gt; - A query ID formatted ...

    SymbolTypeViewer_1_0_0_6

    translate the structures for the C Language (.h) and for IDA script (.idc) of DataRescue (http://www.datarescue.com/idabase/) personalize the formatting: addition of suffix in the names of types, ...

    storybook-drupal-twig

    WARNING in ./node_modules/telejson/node_modules/isobject/index.js Module Warning (from ./node_modules/eslint-loader/dist/cjs.js): Failed to load config "@storybook/eslint-config-storybook" to extend ...

    Web Services应用实例 -- Java Web App远程调用SAS程序的解决方案

    为减少容量,Referenced Libraries已清除 博文链接:https://sam-ds-chen.iteye.com/blog/180905

Global site tag (gtag.js) - Google Analytics