0
点赞
收藏
分享

微信扫一扫

报错显示:There are ‘37‘ errors in ‘jsp_2_1.xsd‘

沈芏 2022-04-13 阅读 52

问题描述:

解决方法:

把里边的第一个 xmlns 中的 java 改成 JAVA,如下:

<?xml version="1.0" encoding="UTF-8"?>
<web-app id="WebApp_ID" 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">
</web-app>
举报

相关推荐

0 条评论