2

I need to set up my Eclipse IDE again and unlike when I first set it up I have issues with the Groovy software. I would need the Groovy compiler version 2.4, but can only select between 2.5, 3.0 or 4.0. I used the same location as last time: https://dist.springsource.org/release/GRECLIPSE/e4.16

Also I tried other location which unfortunately don't work properly. I have the Eclipse version 2020-06. Can anyone tell me what I do wrong this time or which configuration to adapt?

Thank you.

4

1 回答 1

0

从https://www.eclipse.org/downloads/packages/release/2020-09/r下载“面向 Java 开发人员的 Eclipse IDE”(2020-09 aka 4.17)

注意:页面上的第一个链接为您提供了无法运行的 Oomph 安装程序。使用以下链接之一。如果您下载的文件名中有“inst”,请重试。

Oomph 破坏 GRECLIPSE 的原因是它会添加一个更新站点,该站点将尝试安装最新的 4.x GRECLIPSE -> 失败。

在某处解压缩档案。

转到帮助 -> 安装新软件。

添加此更新站点:https ://dist.springsource.org/release/GRECLIPSE/3.9.0/e4.17

(使用市场将为您提供 GRECLIPSE 4.x)

如果需要,请始终选择主包和 Maven 支持。

点击下一步。

确保它尝试安装 3.9.0 而没有其他任何东西。

单击下一步并完成,直到它安装。

---旧说明供参考---

您需要从这里下载 Eclipse Photon

https://www.eclipse.org/downloads/packages/release/photon/r

然后 Groovy Feature 3.5.0.v201909291357-e48-RELEASE 添加这个更新站点:

https://dist.springsource.org/release/GRECLIPSE/e4.8

正确执行此操作时应该看到的内容

在此之后的所有 Eclipse 版本都不再支持 Groovy 2.4。

我曾尝试使用 Oomph 来做到这一点,但这样一来,我总是以 Groovy Feature 4.1 结束。

然后我的解决方案是为我的所有 Groovy 2.4 项目(主要是 Jenkins Pipelines)创建另一个工作区。

于 2021-06-30T13:05:50.060 回答