gpt4 book ai didi

java - 在 shell 脚本中将编码格式设置为 java

转载 作者:IT王子 更新时间:2023-10-29 00:24:57 26 4
gpt4 key购买 nike

我有一个运行我的 Java 应用程序的 shell 脚本。现在我想使用 shell 脚本为我的 java 应用程序指定编码格式“UTF8”,任何人都可以提供帮助。我正在使用 mac os。

谢谢
象头神

最佳答案

尝试

//invoking the compiler when your source code contains naked UTF-8 characters.
javac.exe -encoding UTF-8 MyClass.java

//setting the default encoding on the command line
java.exe "-Dfile.encoding=UTF-8" -jar myprog.jar

来源:http://mindprod.com/jgloss/encoding.html

关于java - 在 shell 脚本中将编码格式设置为 java,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/4426171/

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