英文操作系统 Myeclipse Console 乱码问题
安装了Myeclipse 9之后,web应用程序,tomcat控制台乱码
按照网上的方法
1.Windows->Preferences->general->Workspace->Text file encoding->Other框中的Text file encoding改为UTF-8。
2.Windows->Preferences->General->Editors->TextEditors->Spelling Encoding 改为UTF-8
3.Servers窗口中,tomcat服务器右击->runconfiguration->common->encoding 设置为UTF-8
全都设置了之后,consolen中的中文依旧显示为“??????”
折腾了好久都没有得到解决。
后来考虑到,我的操作系统是英文版的,猜想与操作系统有关,在网上搜索之后终于找到了。
打开Control Panel->Clock,Language,and Region->Region and Language->Format选项卡,Format选择相应的语言,之后重启myeclipse就好了。