eclipse常见乱码问题解决办法

修改eclipse默认编码

windows > Preferences > general > Workspace > Text file encoding 选Other中的 UTF-8
解决eclipse乱码
修改JAVA源文件的默认编码

windows > Preferences > general > Content Types > Text > Java Source File,设置下面的Default encoding:输入UTF-8,点Update
解决eclipse乱码ps:如果有使用原编码方式打的jar包要重新打一遍。

相关文章:

  • 2021-11-11
  • 2021-11-16
  • 2021-11-11
猜你喜欢
  • 2021-11-11
  • 2021-12-31
  • 2021-11-03
  • 2021-11-11
  • 2021-11-11
  • 2021-11-11
  • 2021-11-11
相关资源
相似解决方案