本文主要是介绍idea突然报错Malformed \uxxxx encoding问题及解决,希望对大家解决编程问题提供一定的参考价值,需要的开发者们随着小编来一起学习吧!
《idea突然报错Malformeduxxxxencoding问题及解决》Maven项目在切换Git分支时报错,提示project元素为描述符根元素,解决方法:删除Maven仓库中的resolv...
问题
idea 上的 maven China编程项目突然报错,是发生在经常切换git分支的时候。
Descriptionwww.chinasem.cn : The <project> element is the root of the descriptor. The followingjs table lists all of the possible child elements. Version : 3.0.0+
解决方式
maven 仓库内搜索:resolver-status.properties

我把发生问题时生成的resolver-status.properties删除(用剪切方式放在其他目录,以防万一)。
然后再清除缓存重启idea,问China编程题解决。

总结
这篇关于idea突然报错Malformed \uxxxx encoding问题及解决的文章就介绍到这儿,希望我们推荐的文章对编程师们有所帮助!