javac 错误: 编码 GBK 的不可映射字符
Java Windows 大约 83 字原因
Windows
平台下PowerShell
默认的编码为GBK
。
解决
指定编码格式为UTF-8
。
javac -encoding UTF-8 Test.java
阅读 1406 · 发布于 2021-07-15
————        END        ————
Give me a Star, Thanks:)
https://github.com/fendoudebb扫描下方二维码关注公众号和小程序↓↓↓

昵称: