隨筆-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 藍山 閱讀(305) 評論(0)  編輯  收藏

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


          網站導航:
           
          主站蜘蛛池模板: 右玉县| 山丹县| 沁阳市| 延津县| 云林县| 黄石市| 星座| 平阳县| 玉溪市| 密山市| 饶河县| 张家港市| 丹阳市| 大田县| 海门市| 靖江市| 安新县| 清河县| 台江县| 旬阳县| 郸城县| 内黄县| 化德县| 惠水县| 溆浦县| 阿克| 安顺市| 永安市| 甘洛县| 山东省| 甘肃省| 台州市| 北流市| 新巴尔虎左旗| 伊宁县| 岢岚县| 临猗县| 罗源县| 万载县| 孟州市| 永安市|