Fork me on GitHub

Programming Design Notes

Eclipse Plugin - Properties Editor

| Comments

在 properties 檔案是不能輸入中文字的,一定要將中文字變成 Unicode 才可以,雖然 Java 已經有一個 natice2ascii 的工具,但還是不夠方便,上網找一找便發現了一個非常方便的工具。

Eclupse Plugin 的網址: http://propedit.sourceforge.jp/index_en.html

這工具會自動將中文字轉換成 Unicode。

安裝方法

  1. 按下 Eclipse 上方的選單
  2. 選擇 Install New Software
  3. 按下 Add
  4. 名稱輸入 Properties Editor
  5. 網址: http://propedit.sourceforge.jp/eclipse/updates/
  6. 按下 OK
  7. 選取 Properties Editor
  8. 按下 Next
  9. 跟步驟完成安裝
相關書籍: Head First Java, 2nd EditionEffective Java (2nd Edition)Introduction to Java Programming, Comprehensive Version (7th Edition)