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 阅读(312) 评论(0)  编辑  收藏

只有注册用户登录后才能发表评论。


网站导航: