【bug日常】Referenced file contains errors (http://java.sun.com/xml/ns/j2ee/webapp_2_4.xsd). For more

来源:互联网 发布:单片机4m晶振 串口 编辑:程序博客网 时间:2024/05/21 01:31

在写web.xml文件时报错:Referenced file contains errors (http://java.sun.com/xml/ns/j2ee/webapp_2_4.xsd). For more information, right click on the message in the Problems
View and select “Show Details…”
这里写图片描述

解决方法:将j2ee都改成javaee就好了(●’◡’●)

0 0