【发布时间】:2021-06-11 10:13:00
【问题描述】:
当我尝试在 Eclipse 中制作 maven 动态 Web 项目时发生此错误
将“http://xmlns.jcp.org/xml/ns/javaee/web-app_4_0.xsd”下载到 C:\Users\akalanka.lemminx\cache\http\xmlns.jcp.org\xml 时出错\ns\javaee\web-app_4_0.xsd.
<?xml version="1.0" encoding="UTF-8"?>
<web-app xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="http://xmlns.jcp.org/xml/ns/javaee"
xsi:schemaLocation="http://xmlns.jcp.org/xml/ns/javaee http://xmlns.jcp.org/xml/ns/javaee/web-app_4_0.xsd"
id="WebApp_ID" version="4.0">
【问题讨论】:
-
也许你错过了升级面临一个已经解决的问题:github.com/eclipse/lemminx/issues/419