myeclipse2016 ci6 安装groovy插件

本文详细介绍了如何在myeclipse2016 ci6版本中安装Groovy插件。首先,通过查看readme_eclipse.html文件确定myeclipse对应的eclipse版本为4.5.0。接着,访问groovy官网获取插件安装方法,从Groovy-Eclipse项目的README.md中找到最新的更新站点。在myeclipse中使用Help -> Install from site...进行安装,可以选择全部或部分插件,并注意不要勾选concat all update sites...选项以提高下载速度。若遇到超时问题,可以修改myeclipse.ini配置文件增加超时时间。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

  1. 查看myeclipse对应的eclipse版本
  2. 到groovy官网查找插件安装方法
  3. 安装groovy插件
  4. 设置超时时间(可选)

1.myeclipse对应eclipse版本

${myeclipse_home}/readme/readme_eclipse.html

我机子上文件的实际位置

D:\devTools\myeclipse2016\ci6\readme\readme_eclipse.html

打开readme_eclipse.html,里面有写对应的eclipse版本

Eclipse Project Release Notes

Release 4.5.0
Last revised June 3, 2015

 

这里表示我的myeclipse对应的eclipse版本为4.5.0

 

2.到groovy官网查找插件安装方法

http://groovy-lang.org/ -> http://groovy-lang.org/documentation.html

文档页面可看到如下,点击IDE integration,跳转页面后选择Groovy Eclipse Plugin

 Tools

 

到达github后,拖动到README.MD,点击wiki.

README.md

This is the Groovy-Eclipse project, the Eclipse tooling support for the Groovy programming language. More information, including how to use and install is available on the wiki.

 

这个页面列出了groovy与eclipse版本对应的可用插件

Snapshot Builds

Use one of these update sites to install the latest and greatest Groovy-Eclipse. Development builds tend to be quite stable (they are not released unless all tests pass). To install, paste the appropriate update site below into your Eclipse update manager, select the artifacts to install and follow the instructions.

Eclipse LevelSnapshot Update Site
4.6 (Neon)http://dist.springsource.org/snapshot/GRECLIPSE/e4.6/
4.5 (Mars)http://dist.springsource.org/snapshot/GRECLIPSE/e4.5/
4.4 (Luna)http://dist.springsource.org/snapshot/GRECLIPSE/e4.4/
4.3-j8 (Kepler with Java 8 patch)http://dist.springsource.org/snapshot/GRECLIPSE/e4.3-j8/
4.3 (Kepler)http://dist.springsource.org/snapshot/GRECLIPSE/e4.3/
4.2 and 3.8 (Juno)http://dist.springsource.org/snapshot/GRECLIPSE/e4.2/
3.7 (Indigo)http://dist.springsource.org/snapshot/GRECLIPSE/e4.2/

3.myeclipse中Help -> Install from site...

直接selectAll安装全部,当然也可以选择性的安装

注:concat all update sites.... 这个复选框不用勾,不然后下载插件会很慢(经常装插件的都懂)

 



 

4.设置myeclipse的安装插件下载时的超时时间

 

如果安装的时候出现read time out的错误最好设置一下超时时间。

下面这个链接的博主有说明

http://www.xuebuyuan.com/2094996.html

加入以下参数到myeclipse.ini文件中,找到-vmargs那行,在后面加上:

-Dorg.eclipse.equinox.p2.transport.ecf.retry=15

-Dorg.eclipse.ecf.provider.filetransfer.retrieve.closeTimeout=30000

-Dorg.eclipse.ecf.provider.filetransfer.retrieve.readTimeout=30000

-Dsun.net.client.defaultReadTimeout=30000

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值