MyEclipse中文乱码解决方法

在Myeclipse导入一个项目,有中文乱码问题,解决方法如下:

 

一、将整个project设置编码UTF-8(UTF-8可以最大的支持国际化)

windows->Preferences->general->Workspace->Text file encoding->Other框中的Text file encoding改为UTF-8。


二、对java源文件编码设置为UTF-8.

windows->Preferences->general->Context Types->Text,选择Java Source File,在下面的Default encoding输入框中输入UTF-8,点Update,tb则设置Java文件编码为UTF-8。

 

posted @ 2015-11-15 09:40  zfswff  阅读(507)  评论(0编辑  收藏  举报