以前習慣了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、有時雖設定了整個空間的編碼,但某一類或幾類的類型檔案的編碼改變不過來,即可采用(四)的政策,對其進行編碼單獨設定。