<rt id="bn8ez"></rt>
<label id="bn8ez"></label>

  • <span id="bn8ez"></span>

    <label id="bn8ez"><meter id="bn8ez"></meter></label>

    posts - 189,comments - 115,trackbacks - 0
    J2EE配置
    ?發表于 2005-5-19 22:17:12

    在Eclipse中用myEclipse進行開發
    Eclipse 學習筆記


    lnboy @ delphibbs 本人原創,未經本人允許,請勿在其它地方以賺取論壇積分等目的來進行轉載
    需要打包好的myeclipse.rar,請與我聯系。

    1.先下載Eclipse:
    主頁:
    http://www.eclipse.org/
    下載頁面:
    http://www.eclipse.org/downloads/index.php
    主程序下載:
    http://download2.eclipse.org/downloads/drops/R-2.1.2-200311030802/eclipse-SDK-2.1.2-win32.zip
    中文語言包下載:
    http://download2.eclipse.org/downloads/drops/L-2.1.x%20Translations-200307021300/eclipse2.1.1-SDK-win-LanguagePackFeature.zip
    注意:后面將用到Tomcat5做為例子演示,建議安裝Tomcat5或者Tomcat4,并且要用到j2sdk,建議先安裝j2sdk。
    2.下載myEclipse插件
    http://www.myeclipseide.com/modules/Downloads/download_files/EnterpriseWorkbenchInstaller_020604.exe (這個是支持Eclipse2.X版本的)
    http://www.myeclipseide.com/modules/Downloads/download_files/EnterpriseWorkbenchInstaller_030604.exe (這個是支持Eclipse3.X版本的)

    3.解壓eclipse-SDK-2.1.2-win32.zip到一個目錄,我是解壓到D:\program\eclipse了。
    然后運行D:\program\eclipse\eclipse.exe,等Eclipse的自動安裝完畢。然后再關閉Eclipse。
    4.解壓eclipse2.1.1-SDK-win-LanguagePackFeature.zip到D:\program\eclipse\下,將自動覆蓋D:\program\eclipse\plugins和D:\program\eclipse\features下的一些文件。

    5.再運行D:\program\eclipse\eclipse.exe,進行更新。更新完成,并自動重新啟動Eclipse之后,再關閉Eclipse。


    2003-12-6 21:50:00? ?
    ?2003-12-6 21:52:49? ?
    500)this.width=500" border=0 pop="點擊在新窗口查看原始圖片">
    ?
    ?2003-12-6 21:53:21? ?
    500)this.width=500" border=0 pop="點擊在新窗口查看原始圖片">
    ?
    ?2003-12-6 21:53:59? ? 安裝myEclipse

    6.安裝myEclipse。運行EnterpriseWorkbenchInstaller_020604.exe,先點“next”,再接受協議,再點“next”,選擇好Eclipse的目錄之后,再點“next”,選擇myEclipse的安裝目錄之后,繼續“next”,再“next”->"install"->“next”->"done"。到此完成myEclipse的安裝了。

    500)this.width=500" border=0 pop="點擊在新窗口查看原始圖片">
    ?
    ?2003-12-6 21:54:39? ?

    7.運行D:\program\eclipse\eclipse.exe,同樣,也將檢測到更新。同上面操作一樣,先確定,然后再重新啟動Eclipse。

    500)this.width=500" border=0 pop="點擊在新窗口查看原始圖片">
    ?
    ?2003-12-6 21:55:23? ?

    8.主菜單->窗口->首選項->java->已安裝的jre,點添加。

    500)this.width=500" border=0 pop="點擊在新窗口查看原始圖片">
    ?
    ?2003-12-6 21:55:42? ?
    500)this.width=500" border=0 pop="點擊在新窗口查看原始圖片">
    ?
    ?2003-12-6 21:56:13? ?

    9.主菜單->窗口->首選項->myEclipse->subscription,填寫注冊信息進行注冊,不然就只能夠用30天。

    500)this.width=500" border=0 pop="點擊在新窗口查看原始圖片">
    ?
    ?2003-12-6 21:57:07? ? 10.配置Tomcat。
    500)this.width=500" border=0 pop="點擊在新窗口查看原始圖片">
    ?
    ?2003-12-6 21:57:34? ?
    500)this.width=500" border=0 pop="點擊在新窗口查看原始圖片">
    ?
    ?2003-12-6 21:58:27? ?

    11.下面開始新建個webapp項目來試試。主菜單->文件->新建->項目->j2ee-> ?

    500)this.width=500" border=0 pop="點擊在新窗口查看原始圖片">
    ?
    ?2003-12-6 21:58:46? ?
    500)this.width=500" border=0 pop="點擊在新窗口查看原始圖片">
    ?
    ?2003-12-6 21:59:12? ?
    500)this.width=500" border=0 pop="點擊在新窗口查看原始圖片">
    ?
    ?2003-12-6 21:59:39? ?
    500)this.width=500" border=0 pop="點擊在新窗口查看原始圖片">
    ?
    ?2003-12-6 21:59:57? ?
    500)this.width=500" border=0 pop="點擊在新窗口查看原始圖片">
    ?
    ?2003-12-6 22:00:30? ?
    500)this.width=500" border=0 pop="點擊在新窗口查看原始圖片">
    ?
    ?2003-12-6 22:00:53? ?
    500)this.width=500" border=0 pop="點擊在新窗口查看原始圖片">
    ?
    ?2003-12-6 22:01:16? ?
    500)this.width=500" border=0 pop="點擊在新窗口查看原始圖片">
    ?
    ?2003-12-6 22:01:42? ?
    500)this.width=500" border=0 pop="點擊在新窗口查看原始圖片">
    ?
    ?2003-12-6 22:02:04? ?
    500)this.width=500" border=0 pop="點擊在新窗口查看原始圖片">
    ?
    ?2003-12-6 22:02:49? ? 12.開始進行發布設置。
    500)this.width=500" border=0 pop="點擊在新窗口查看原始圖片">
    ?
    ?2003-12-6 22:03:11? ?
    500)this.width=500" border=0 pop="點擊在新窗口查看原始圖片">
    ?
    ?2003-12-6 22:03:35? ?
    500)this.width=500" border=0 pop="點擊在新窗口查看原始圖片">
    ?
    ?2003-12-6 22:04:01? ?
    500)this.width=500" border=0 pop="點擊在新窗口查看原始圖片">
    ?
    ?2003-12-6 22:05:02? ? 12.啟動web服務器。
    500)this.width=500" border=0 pop="點擊在新窗口查看原始圖片">
    ?
    ?2003-12-6 22:05:25? ?
    500)this.width=500" border=0 pop="點擊在新窗口查看原始圖片">
    ?
    ?2003-12-6 22:05:59? ? 12.查看運行結果。
    500)this.width=500" border=0 pop="點擊在新窗口查看原始圖片">?
    posted on 2006-03-25 20:47 MEYE 閱讀(329) 評論(0)  編輯  收藏

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


    網站導航:
     
    主站蜘蛛池模板: 亚洲国产精品综合久久2007| 免费人成大片在线观看播放| 日韩成人在线免费视频| 免费精品国自产拍在线播放| 亚洲国产精品嫩草影院在线观看 | 在线看片免费人成视频久网下载| 亚洲AV成人片色在线观看| 久久不见久久见免费影院 | 毛片免费全部播放一级| 日韩精品免费一线在线观看| 亚洲视频日韩视频| 免费v片视频在线观看视频| 午夜精品免费在线观看| 欧洲亚洲综合一区二区三区| 亚洲三级电影网站| 亚洲国产av一区二区三区| 国产91色综合久久免费分享| 免费福利资源站在线视频| 亚洲校园春色小说| 亚洲午夜久久久久妓女影院| 成年性生交大片免费看| 日韩电影免费在线观看中文字幕| 在线播放亚洲精品| 亚洲国产精品成人综合久久久| 国产亚洲日韩一区二区三区| 国产精品视频免费一区二区三区| 99re在线视频免费观看| 亚洲精品视频免费观看| 最新亚洲春色Av无码专区| 精品亚洲aⅴ在线观看| 狠狠亚洲婷婷综合色香五月排名| 成年女人免费v片| 久久99国产乱子伦精品免费| 国产JIZZ中国JIZZ免费看| 亚洲av无码日韩av无码网站冲| 亚洲福利视频网站| 国产亚洲美女精品久久久久狼| 四虎永久免费观看| 日韩免费视频观看| 欧美男同gv免费网站观看| 在线观看免费视频资源|