码迷,mamicode.com
首页 > 其他好文 > 详细

Intellij Idea乱码解决方案

时间:2018-03-02 22:17:42      阅读:164      评论:0      收藏:0      [点我收藏+]

标签:分享图片   enc   exe   src   idea   控制台   运行   inf   conf   

使用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乱码解决方案

标签:分享图片   enc   exe   src   idea   控制台   运行   inf   conf   

原文地址:https://www.cnblogs.com/1693977889zz/p/8494938.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!