摘要:
乱码错误 打包的时候javadoc乱码 解决办法 修改文件编码为utf8 在末尾回车一行写入 -Dfile.encoding=UTF-8 或者弄一个系统变量也可以的 JAVA_TOOL_OPTIONS -Dfile.encoding=UTF-8 修复后编码正常 阅读全文
摘要:
maven项目打包报错 报错信息 Unable to make field private com.sun.tools.javac.processing.JavacProcessingEnvironment$DiscoveredProcessors com.sun.tools.javac.proce 阅读全文