以前习惯了Eclipse的编码设置,最近加入新公司,要求使用MyEclipse作为java的开发工具,针对初学者的开发人员,往往一时半会儿不知道在哪个地方对文件进行编码格式的设置,下面就来一个简单的总结,对于熟悉的同行来讲,就没有必要阅读了。
针对初来咋到使用MyEclipse进行Java工程开发的工程师,编码设置文档:
一、打开windows-->Preferences:
1、设置整个空间编码:General-->Workspace;
2、设置java文件编码:General-->Editors-->Text Editors-->Spelling
3、设置js文件编码:MyEclipse-->Files and Editors-->JavaScript
4、设置asp and php文件编码:MyEclipse-->Files and Editors-->ASP and PHP
5、设置css文件编码:MyEclipse-->Files and Editors-->CSS
6、设置dtd文件编码:MyEclipse-->Files and Editors-->DTD
7、设置html文件编码:MyEclipse-->Files and Editors-->HTML
8、设置jsp文件编码:MyEclipse-->Files and Editors-->JSP
9、设置xml文件编码:MyEclipse-->Files and Editors-->XML
二、菜单窗口:右键菜单项Properties
1、Resource (所有类型的文件)
三、主文件窗口:右键菜单项Preferences:
1、设置java文件编码:General-->Editors-->Text Editors-->Spelling
2、设置js文件编码:MyEclipse-->Files and Editors-->JavaScript
3、设置asp and php文件编码:MyEclipse-->Files and Editors-->ASP and PHP
4、设置css文件编码:MyEclipse-->Files and Editors-->CSS
5、设置dtd文件编码:MyEclipse-->Files and Editors-->DTD
6、设置html文件编码:MyEclipse-->Files and Editors-->HTML
7、设置jsp文件编码:MyEclipse-->Files and Editors-->JSP
8、设置xml文件编码:MyEclipse-->Files and Editors-->XML
四、文件类型编码设置:
1、编码设置:window-->preferences-->General-->content type-->右侧text下找*.*文件类型。
2、如果没有该文件类型,就点击add按钮添加一个,比如:*.js;如果有该文件类型,则直接进行第3部。
3、选中default encoding框,写上要设置的编码,比如:GBK、UTF-8、GB2312等。
4、点击update按钮进行更新编码。
5、点击ok按钮结束设置。
五、注意事项:
1、有时虽设置了整个空间的编码,但某一类或几类的类型文件的编码改变不过来,即可采用(四)的策略,对其进行编码单独设置。