gpt4 book ai didi

java - Maven错误: unmappable character for encoding Cp1251

转载 作者:行者123 更新时间:2023-12-04 05:23:49 38 4
gpt4 key购买 nike

无法在 NetBeans 中编译您的项目,错误如下:

------------------------------------------------------------------------
BUILD FAILURE
------------------------------------------------------------------------
Total time: 4.094s
Finished at: Sat Nov 17 00:23:08 MSK 2012
Final Memory: 8M/247M
------------------------------------------------------------------------
Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.0.2:compile (default-compile) on project AdminCmd: Compilation failure
C:\Users\Максим\Documents\NetBeansProjects\AdminCmd\src\main\java\be\Balor\Tools\Help\String\ACMinecraftFontWidthCalculator.java:[30,33] error: unmappable character for encoding Cp1251
-> [Help 1]

To see the full stack trace of the errors, re-run Maven with the -e switch.
Re-run Maven using the -X switch to enable full debug logging.

For more information about the errors and possible solutions, please read the following articles:
[Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException

这是 Maven 上发誓的文件

http://pastebin.com/buQEE4Fb

项目到 Git - https://github.com/Belphemur/AdminCmd

如果有人可以提供 NetBeans 或 Eclipse 的工作草案就好了!

最佳答案

这很有趣,正如您的 pom.xml 提到的

<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

..但是错误消息提示 Cp1251 编码。 maven 输出是否提到了与源编码相关的其他内容?

我的建议通常是不要在代码中使用任何高位 ASCII 字符,并根据需要使用 \uxxxx 表示法。

您可以在 http://www.endmemo.com/convert/EMUnicode.php 等在线转换网站上将 UTF-8 转换为转义的 unicode (这个特定的似乎去掉了前导零,我认为这在 Java 中是不合法的)

关于java - Maven错误: unmappable character for encoding Cp1251,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/13423918/

38 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com