Eclipse 執行 Java Application with Argument Command Line


以前執行 Java Application, 都是透過 Java Command Line 來執行,

而如果要在 Eclipse 中要執行 Java Application, 且有帶 argument,

要如何實現呢 ?

參考步驟, 如下 :

1) 選擇 Java File, 然後按右鍵, 點選 "Properties" :


2) 選擇 "Run/Debug Settings", 然後選擇一個 Configuration, 再按 "Edit" 進行編輯 :


3) Java Application 要取得的參數, 可以設定在 Arguments 頁籤內 :
(多個參數, 用空白區隔) (也可以用雙引號標示為一個參數)


4) 切換到 Common 頁籤, Encoding 選擇有支援中文字的語系 :


這是 Java File 的程式碼內容 :


Eclipse 執行 Java 的結果, 如下 :


5) 若 Common 頁籤內的 Encoding, 選擇不支援中文字的語系 :


則 Eclipse 執行 Java 的結果, 就會變成亂碼, 如下 :


所以, 若要讓 Java Application 正常顯示與讀取中文字, 則必須正確選擇 Configuration 中的 Common 頁籤內的 Encoding 喔.


Related Posts Plugin for WordPress, Blogger...