Eclipse 'loading descriptor' takes ages

前端 未结 7 1957
面向向阳花
面向向阳花 2020-12-28 15:45

We have a Java Spring MVC based project using Eclipse (Juno - the latest build), using the latest JVM 1.7 and Tomcat 7. Eclipse is pretty fast, and everything is set to defa

7条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2020-12-28 16:02

    In my case, renaming the web.xml to web-fail.xml stops the hanging.

    At least, I replaced my 2.4 schema definition with the 3.1

    `
    `
    

    and everything works fine again

提交回复
热议问题