Eclipse+myEclipse整合J2EE開發環境

fsz521job發表於2006-07-03
一直在用Jbuilder做J2EE開發,但是現在很多人一直在用Eclipse開發,不免想起來用用了,使用Eclipse+myEclipse的具體配置如下:[@more@]1。Spring
IOC AOP AOJO
2。安裝eclipse
下載eclipse的安裝軟體(免費的),我下載的是eclipse-SDK-3.1-win32.zip()
3。下載開發spring所需的包
spring-framework-1.2.8-with-dependencies.zip spring-framework-1.2.8.zip

4。安裝xml外掛,支援xml的建立
xmlbuddy_2.0.72.zip
5。安裝使用spring IDE
安裝spring IDE之前必須先安裝Graphical Editing Framewaork(顯示Bean Graph)
1。help-》software updates-》find and install-》search for new-》gef
2。new remote site -》 Spring IDE
6.安裝myeclipse
我用的是EnterpriseWorkbenchInstaller_4.1.1GA_E3.1.exe
(要安裝myeclipse 必須把xmlbuddy外掛去掉,不然無法增加myeclipse代的xml編輯功能)
啟動myeclipse會自動啟動eclipse
7。整合tomcat(可以不必整合也可以)
整合:
下載與eclipse對應版本的plusin

安裝外掛
配置:
1. 啟動Eclipse
2. 開啟選單Windows->Preferences
3. 在左側選擇Tomcat,可以看到右側出現一些表單
4. Tomcat Version選擇Version 4.0.x,Tomcat Home選擇Tomcat的安裝路徑,Configuration File中會
自動填入Tomcat的配置檔案server.xml
5. 展開左側的Tomcat選單,選擇JVM Settings,JRE選擇Detected VM,
6. 按下Apply
7. 按下OK
8. 看你的工具欄中是不是多了幾個小貓的圖示,如果沒有的話,選擇選單Windows ->Custmize Perspective,
展開other選項,在Tomcat上打勾,好了,看到小貓的圖示沒有。
9. 試下Start Tomcat按鈕,好了,Tomcat在console中啟動了。
不整合:
安裝tomcat + jdk
開啟選單Windows->Preferences->myeclipse->application server ->tomcat 設定即可
注:開始我是使用的eclipse-SDK-3.1 + myeclipse4.1 +tomcat4 在釋出啟動tomcat後提示錯誤
Document root...element "web-app",...must match...DOCTYPE root "null".... 可能是web.xml的問題
後來把tomcat換成了tomcat5.5問題解決

來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/300209/viewspace-846744/,如需轉載,請註明出處,否則將追究法律責任。

相關文章