0
点赞
收藏
分享

微信扫一扫

Maven打包Failure executing javac, but could not parse the error:错误: 不支持的编码: UTF -8

追风骚年 2022-12-22 阅读 121


今天使用Maven打包的时候出现了这样的异常:

Maven打包Failure executing javac, but could not parse the error:错误: 不支持的编码: UTF -8_ll

刚开始一头雾水,明明之前已经设置过是UTF-8了啊,怎么还出现不支持UTF -8,后来发现是这个compile中间多加了一个空格:

Maven打包Failure executing javac, but could not parse the error:错误: 不支持的编码: UTF -8_ll_02

更改后重新package即可。

举报

相关推荐

0 条评论