Intellij Idea乱码解决方案
Posted 长河落日圆
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Intellij Idea乱码解决方案相关的知识,希望对你有一定的参考价值。
使用Intellij Idea经常遇到的三种乱码问题:
1、工程代码乱码
2、main方法运行,控制台乱码
3、tomcat运行,控制台乱码
解决方案:
1.工程代码乱码
Settings > Editor > File Encodings > Global Encodings & Project Encodings 设置为:UTF-8
2.main方法运行,控制台乱码
Settings > Build, Execution, Deployment > Compiler > Java Compiler > Additional command line parameters > 设置为:-encoding utf-8
3.tomcat运行,控制台乱码
Edit Configurations > Tomcat Server > server > VM options > 设置为:-Dfile.encoding=UTF-8
idea > bin > idea.exe.vmoptions或者idea64.exe.vmoptions 配置文件末尾添加:-Dfile.encoding=UTF-8
以上是关于Intellij Idea乱码解决方案的主要内容,如果未能解决你的问题,请参考以下文章
IntelliJ IDEA 乱码解决方案 (项目代码控制台等)