隨筆-20  評論-3  文章-9  trackbacks-0
          --javac工具-----------------------------------------

          1、選擇Tools->preferences->User tools->Add Tool->Program

          2、參數如下:
          Menu text: javac
          Command: javac
          Argument: $(FileName) 選擇文件名
          Initial directory: $(FileDir)


          --java工具------------------------------------------

          1、選擇Tools->preferences->User tools->Add Tool->Program

          2、參數如下:
          Menu text: java
          Command: java
          Argument: $(FileNameNoExt) 選擇無后綴文件名
          Initial directory: $(FileDir)


          --ant工具-----------------------------------------------

          1、選擇Tools->preferences->User tools->Add Tool->Program

          2、參數如下:
          Menu text: ant_compile
          Command: ant
          Argument: -f $(FileDir)/build.xml compile

          3、build.xml

          Xml代碼
          1. <? xml ? version = "1.0" ?> ??
          2. < project ? name = "struts" ? basedir = "." ? default = "" > ??
          3. ???? < path ? id = "classpath" > ??
          4. ???????? < fileset ? dir = "lib" > ??
          5. ???????????? < include ? name = "*.jar" /> ??
          6. ???????? </ fileset > ??
          7. ???????? < pathelement ? path = "." /> ??
          8. ???? </ path > ??
          9. ??
          10. ???? < target ? name = "compile" ? description = "Compile?all?source?code" > ??
          11. ???????? < javac ? destdir = "classes" ? debug = "true" ??
          12. ???????????? deprecation = "false" ? optimize = "false" ? failonerror = "true" > ??
          13. ???????????? < src ? path = "src" /> ??
          14. ???????????? < classpath ? refid = "classpath" /> ??
          15. ???????? </ javac > ??
          16. ???? </ target > ??
          17. ???? </ project > ??
          posted on 2008-06-04 14:49 藍山 閱讀(302) 評論(0)  編輯  收藏

          只有注冊用戶登錄后才能發表評論。


          網站導航:
           
          主站蜘蛛池模板: 伊春市| 正镶白旗| 永平县| 奉贤区| 上栗县| 方山县| 盈江县| 临夏县| 永济市| 鄂托克前旗| 武夷山市| 武鸣县| 永顺县| 南阳市| 常山县| 乌兰察布市| 浪卡子县| 通渭县| 兖州市| 江都市| 台南县| 隆尧县| 韶关市| 庆元县| 泽库县| 武穴市| 隆林| 十堰市| 横山县| 万荣县| 常德市| 宁南县| 永清县| 东乡县| 西充县| 临潭县| 陕西省| 疏附县| 安顺市| 宜川县| 夹江县|