You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/Manual-Setup.md
+3-3
Original file line number
Diff line number
Diff line change
@@ -4,19 +4,19 @@ These are old instructions for setting up a Groovy-Eclipse development environme
4
4
5
5
### Get the Base Eclipse Package
6
6
7
-
Groovy-Eclipse is intended to be developed using Eclipse. Download and install [the "Eclipse IDE for Eclipse Committers" package](https://eclipse.org/downloads/packages/release/2024-12/r/eclipse-ide-eclipse-committers) for your operating system.
7
+
Groovy-Eclipse is intended to be developed using Eclipse. Download and install [the "Eclipse IDE for Eclipse Committers" package](https://eclipse.org/downloads/packages/release/2025-03/r/eclipse-ide-eclipse-committers) for your operating system.
8
8
9
9
### Install Groovy-Eclipse
10
10
11
-
On the Eclipse menu bar, select *Help -> Install New Software...*. In the *Install* window, paste the Groovy-Eclipse update site `https://groovy.jfrog.io/artifactory/plugins-release/e4.34` into the *Work with:* field and press enter. Check the box next to "Main Package", then click the *Next* button a couple of times, accept the license agreement, and let Eclipse restart.
11
+
On the Eclipse menu bar, select *Help -> Install New Software...*. In the *Install* window, paste the Groovy-Eclipse update site `https://groovy.jfrog.io/artifactory/plugins-release/e4.35` into the *Work with:* field and press enter. Check the box next to "Main Package", then click the *Next* button a couple of times, accept the license agreement, and let Eclipse restart.
12
12
13
13
### Setup Groovy Compiler
14
14
15
15
If you installed extra Groovy compiler versions, then you must activate Groovy 3.0 compiler for Groovy-Eclipse. On the Eclipse menu bar, select *Window -> Preferences*. In the *Preferences* window, go to *Groovy -> Compiler*. Click the *Switch to 3.0.24* button, and let Eclipse restart.
16
16
17
17
### Install Execution Environment Descriptions
18
18
19
-
On the Eclipse menu bar, select *Help -> Install New Software...*. In the *Install* window, select `2024-12 - https://download.eclipse.org/releases/2024-12` from the *Work with:* field and enter "exeuction" in the filter. Check the boxes next to "API Tools Execution Environment Descriptions", and click the *Next* button a couple of times, accept the license agreement, and let Eclipse restart.
19
+
On the Eclipse menu bar, select *Help -> Install New Software...*. In the *Install* window, select `2025-03 - https://download.eclipse.org/releases/2025-03` from the *Work with:* field and enter "exeuction" in the filter. Check the boxes next to "API Tools Execution Environment Descriptions", and click the *Next* button a couple of times, accept the license agreement, and let Eclipse restart.
0 commit comments