MyEclipse安装后一定要做的几件事-如改变文件编码
在MyEclipse中编写Web Project,有2个地方需要改编码设置: 1. window-->preference-->general-->content type 然后在<Content Types>中展开每一颗子项,并在<Default encoding>中输入"UTF-8"或"GB18030", 点update! 2. window-->preference-->MyEclipse-->Files and Editors 将每个子项的"Encoding"改为" ISO 10645/Unicode(UTF-8) "或" Chinese,National Standard ",点Apply! 以后所有创建的文档类型都是UTF-8或GB18030格式! 改变Eclipse或者MyEclipse新建文件的默认编码 eclipse的: window-preferences-General-ContentType 的右边窗口,改成gbk也可以,utf-8也行。 myEclipse的: window-preferences-myEclipse-files and editors-jsp 里面有encoding,改这里为ISO10646/UTF-8. eclipse和java文件编码设定 如果在网上搜索 文件编码问题,您可以得到很多的解答,甚至有的是号称终极解决方案