Solution: Elipse has been loading descriptor for ...

Source: Internet
Author: User

1, Problem Description:

Open Eclipse, has been in loading descriptor For...,eclipse suspended animation, nothing can do

2, Environment Description:

Java compiler:1.8

jdk:1.8

3, Solution:

Make project facets the same version of the Dynamic Web module and the Web. XML header information that the Dynamic Web module uses 3.1, so you should keep Web. XML at 3.1. (in the case of suspended animation, Web. XML is 2.3)

Note that because Eclipse is in suspended animation, you cannot modify Web. xml directly in Eclipse. So after terminating the eclipse process, go to the directory to modify Web. Xml.

Version 3.1 of Web. xml:

<?XML version= "1.0" encoding= "UTF-8"?><Web-appXmlns:xsi= "Http://www.w3.org/2001/XMLSchema-instance"xsi:schemalocation= "Http://xmlns.jcp.org/xml/ns/javaee"Xmlns:web= "Http://xmlns.jcp.org/xml/ns/javaee/web-app_3_1.xsd"version= "3.1"xmlns= "Http://xmlns.jcp.org/xml/ns/javaee">            <Display-name>Archetype Created Web Application</Display-name>        </Web-app>

Solution: Elipse has been loading descriptor for ...

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.