如何向Eclipse中輸入系統(tǒng)變量和運(yùn)行參數(shù)
Posted on 2008-10-29 11:08 itspy 閱讀(2972) 評(píng)論(0) 編輯 收藏 所屬分類: 小巧實(shí)例 、JAVA技術(shù)往Eclipse中輸入運(yùn)行參數(shù),run -> run..->arguments--> program arguments
Eg: 2008-12-20
往Eclipse中輸入系統(tǒng)變量,run -> run..->arguments--> vm arguments.
Eg: -Dlog.level=DEBUG -Dconfig.file="C:\Documents and Settings\feli\workspace\IECAgent\src\ratingAgent.config"
有一點(diǎn)要注意的就是如果參數(shù)中有空格,要用引號(hào)括起來。

Eg: 2008-12-20
往Eclipse中輸入系統(tǒng)變量,run -> run..->arguments--> vm arguments.
Eg: -Dlog.level=DEBUG -Dconfig.file="C:\Documents and Settings\feli\workspace\IECAgent\src\ratingAgent.config"
有一點(diǎn)要注意的就是如果參數(shù)中有空格,要用引號(hào)括起來。
