Skip to content

Commit b0e9e84

Browse files
committed
Merge branch '2.2.x' into 2.3.x
2 parents d2895e7 + f0d3326 commit b0e9e84

File tree

1 file changed

+12
-21
lines changed

1 file changed

+12
-21
lines changed

CONTRIBUTING.adoc

Lines changed: 12 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -106,32 +106,23 @@ easiest way to setup a new environment is to use the Eclipse Installer with the
106106

107107

108108
==== Using the Eclipse Installer
109-
Spring Boot includes a `.setup` files which can be used with the Eclipse Installer to
110-
provision a new environment. To use the installer:
109+
Spring Boot includes a `.setup` files which can be used with the Eclipse Installer to provision a new environment.
110+
To use the installer:
111111

112-
* Download and run the latest
113-
https://www.eclipse.org/downloads/packages/installer[Eclipse Installer].
112+
* Download and run the latest https://download.eclipse.org/justj/?file=oomph/products/latest[Eclipse Installer] (must be 1.19.0 or above).
114113
* Switch to "Advanced Mode" using the drop down menu on the right.
115-
* Select "`Eclipse IDE for Java Developers`" under "`Eclipse.org`" as the product to
116-
install, `2019-12` as the product version, and click "`next`".
117-
* For the "`Project`" click on "`+`" to add a new setup file. Select "`Github Projects`"
118-
and browse for `<checkout>/eclipse/spring-boot-project.setup` from your locally cloned
119-
copy of the source code. Click "`OK`" to add the setup file to the list.
120-
* Double-click on "`Spring Boot`" from the project list to add it to the list that will
121-
be provisioned then click "`Next`".
122-
* Click show all variables and make sure that "`Checkout Location`" points to the locally
123-
cloned source code that you selected earlier. You might also want to pick a different
124-
install location here.
114+
* Select "`Eclipse IDE for Java Developers`" under "`Eclipse.org`" as the product to install, `2020-09` as the product version, and click "`next`".
115+
* For the "`Project`" click on "`+`" to add a new setup file. Select "`Github Projects`" and browse for `<checkout>/eclipse/spring-boot-project.setup` from your locally cloned copy of the source code.
116+
Click "`OK`" to add the setup file to the list.
117+
* Double-click on "`Spring Boot`" from the project list to add it to the list that will be provisioned then click "`Next`".
118+
* Click show all variables and make sure that "`Checkout Location`" points to the locally cloned source code that you selected earlier.
119+
You might also want to pick a different install location here.
125120
* Click "`Finish`" to install the software.
126121

127-
Once complete you should find that a local workspace has been provisioned complete with
128-
all required Eclipse plugins. Projects will be grouped into working-sets to make the code
129-
easier to navigate.
122+
Once complete you should find that a local workspace has been provisioned complete with all required Eclipse plugins.
123+
Projects will be grouped into working-sets to make the code easier to navigate.
130124

131-
TIP: If you see import errors with `com.sun` packages make sure you have setup a valid
132-
`JavaSE-1.8` environment. From preferences select "`Java`", "`Installed JREs`",
133-
"`Execution Environments`" and make sure "`JavaSE-1.8`" points to a Java 1.8
134-
install (we use AdoptOpenJDK on our CI).
125+
TIP: If you see import errors with `com.sun` packages make sure you have setup a valid `JavaSE-1.8` environment. From preferences select "`Java`", "`Installed JREs`", "`Execution Environments`" and make sure "`JavaSE-1.8`" points to a Java 1.8 install (we use AdoptOpenJDK on our CI).
135126

136127

137128

0 commit comments

Comments
 (0)