IntellijIDEA乱码解决

Intellij IDEA所有乱码解决方案总结!

1、工程代码乱码

Settings > Editor > File Encodings > Global Encodings & Project Encodings 设置为:UTF-8

2、main方法运行,控制台乱码

Settings > Build, Execution, Deployment > Compile > 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

# idea 

评论

Your browser is out-of-date!

Update your browser to view this website correctly. Update my browser now

×