Java开发网 |
注册 |
登录 |
帮助 |
搜索 |
排行榜 |
发帖统计
|
您没有登录 |
» Java开发网 » Java IDE
» Eclipse
打印话题 寄给朋友 订阅主题 |
话题被移动 | ||||
该话题已被移动 - scottlai , 2006-05-14 22:41 如果您尚不清楚该话题被移动的原因,请参考论坛规则以及本版公告或者联系本版版主。 |
作者 | Re:Eclipse怎么配置? [Re:lukai777] |
adolf_lbh
发贴: 7 积分: 0 |
于 2006-04-17 14:58
以前在网上 down 的,现也不知道哪的了!! 就看看吧: 1.下载安装eclipse: 可以到官方网站http://www.eclipse.org/downloads/index.php下载eclipse的最新版本,之之前为eclipse3.0.1版,下载好后,将其解压缩(假设到e:\eclipse)。2.配置eclipse 插件常用的插件有:lomboz(jsp,j2ee开发),tomcatplugin(tomcat插件),easystruts(struts开发),emf-sdo-xsd-SDK(EMF MODEL)配置插件有两种方法,一是真接将插件释放到eclipse文件夹,二是写LINK文件,链接,这种方法比较容易管理插件,添加,删除插件都很方便。下面主要说用第二种方法:将所有下载的插件释放到同一文件夹下,假设为e:\eclipse_plugins.以配置tomcatplugin插件为例:将tomcatplugins释放到e:\eclipse_plugins下,组织文件夹为:e:\eclipse_plugins |--tomcatpluginV3 |--eclipse |-plugins(新建,eclipse会自动检查features和plugins文件夹下的内容) |---com.sysdeo.eclipse.tomcat_3.0.0按上面示例,建好之后,回到eclipse文件夹,新建一个links目录,在该目录下,新建一个文件tomcat.link(文件名任意),内容为:path=e:/eclipse_plugins/tomcatPluginV3(让eclipse自动检查tomcatpluginV3下的features或plugins文件夹)打开eclipse,即可看到菜单栏上多了tomcat选项。如果不成功,删除configuration下,除config.ini的所有文件夹,重启eclipse即可。 e:\eclipse |--links |---tomcat.link(配置其它插件时,新建相应的link文件) 以下,附常用插件下载地址Lombo http://www.objectlearn.com/ TomcatPlugin http://www.sysdeo.com/eclipse/tomcatPlugin.html EasyStruts http://easystruts.sourceforge.net VE(visual editor),emf,gef插件 http://download.eclipse.org/tools/ve/downloads/drops/R-1.0.2-200412091401/index.html Properties Editor 编辑java的属性文件,并可以自动存盘为Unicode格式 http://propedit.sourceforge.jp/index_en.html Colorer Take 为上百种类型的文件按语法着色 http://colorer.sourceforge.net/ XMLBuddy 编辑xml文件 www.xmlbuddy.com Code Folding 加入多种代码折叠功能(比eclipse自带的更多) http://www.coffee-bytes.com/servlet/PlatformSupport Easy Explorer 从eclipse中访问选定文件、目录所在的文件夹 http://easystruts.sourceforge.net/ 3.配置eclipse环境1.进入eclipse,选择菜单->preferences进入图示界面 (2).选择左边列表框中tomcat,设置tomcat版本及目录 (3).选择左边栏java,设置jre,新建一个JRE,名为jdk,选择jdk目录 (4).回到tomcat下,选择JVM-Setting,在JRE选项中,选择刚才新建的jdk,在下面Boot Classpath中选择要求的jar文件 (5).配置lomboz Server,选择左边lomboz下的Server Definitions,配置如下 此外,还有一些例如java code formatter,New java file pattern,配置较如简单 |
话题树型展开 |
人气 | 标题 | 作者 | 字数 | 发贴时间 |
27445 | Eclipse怎么配置? | gggcel_5200 | 78 | 2006-04-04 21:25 |
24361 | Re:Eclipse怎么配置? | handj1919 | 18 | 2006-04-05 11:21 |
24475 | Re:Eclipse怎么配置? | verwa | 33 | 2006-04-05 18:02 |
24253 | Re:Eclipse怎么配置? | huang_yb | 99 | 2006-04-07 15:57 |
24063 | Re:Eclipse怎么配置? | leior | 26 | 2006-04-17 14:45 |
24626 | Re:Eclipse怎么配置? | adolf_lbh | 26 | 2006-04-17 15:01 |
23943 | Re:Eclipse怎么配置? | geniuscynic | 8 | 2006-04-19 06:46 |
23969 | Re:Eclipse怎么配置? | piaoling | 6 | 2006-04-19 22:38 |
24022 | Re:Eclipse怎么配置? | ihaveonlybelief | 43 | 2006-04-21 13:23 |
23637 | Re:Eclipse怎么配置? | jasonhero | 12 | 2006-05-14 17:53 |
23821 | Re:Eclipse怎么配置? | JQKA | 28 | 2006-06-07 10:24 |
23875 | Re:Eclipse怎么配置? | JQKA | 28 | 2006-06-07 10:29 |
25867 | Re:Eclipse怎么配置? | guanchunbao | 30 | 2006-06-14 22:05 |
24365 | Re:Eclipse怎么配置? | fusimon1983 | 46 | 2006-04-05 19:25 |
24386 | Re:Eclipse怎么配置? | 淹不死の鱼 | 87 | 2006-04-05 22:11 |
24393 | Re:Eclipse怎么配置? | zch_hust | 26 | 2006-04-06 10:13 |
24321 | Re:Eclipse怎么配置? | JavaandC | 33 | 2006-04-06 11:25 |
23939 | Re:Eclipse怎么配置? | xiaosilent | 99 | 2006-04-17 12:41 |
24356 | Re:Eclipse怎么配置? | gggcel_5200 | 65 | 2006-04-06 17:00 |
24061 | Re:Eclipse怎么配置? | lukai777 | 20 | 2006-04-16 11:17 |
24889 | Re:Eclipse怎么配置? | adolf_lbh | 1937 | 2006-04-17 14:58 |
24117 | Re:Eclipse怎么配置? | yes1133 | 23 | 2006-04-16 14:07 |
23897 | Re:Eclipse怎么配置? | JavaandC | 9 | 2006-04-17 13:28 |
已读帖子 新的帖子 被删除的帖子 |
Powered by Jute Powerful Forum® Version Jute 1.5.6 Ent Copyright © 2002-2021 Cjsdn Team. All Righits Reserved. 闽ICP备05005120号-1 客服电话 18559299278 客服信箱 714923@qq.com 客服QQ 714923 |