aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 4 insertions, 5 deletions
diff --git a/README.md b/README.md
index 4dbc3bf5..f6e36e74 100644
--- a/README.md
+++ b/README.md
@@ -12,7 +12,7 @@
12 12
13### With Eclipse IDE 13### With Eclipse IDE
14 14
151. Download and install a _Java 19_ compatible JDK. For Windows, prefer OpenJDK builds from [Adoptium](https://adoptium.net/). 151. Download and install a _Java 17_ compatible JDK. For Windows, prefer OpenJDK builds from [Adoptium](https://adoptium.net/).
16 16
172. Download and extract the [Eclipse IDE for Java and DSL Developers 2022-09](https://www.eclipse.org/downloads/packages/release/2022-09/r/eclipse-ide-java-and-dsl-developers) package. 172. Download and extract the [Eclipse IDE for Java and DSL Developers 2022-09](https://www.eclipse.org/downloads/packages/release/2022-09/r/eclipse-ide-java-and-dsl-developers) package.
18 18
@@ -23,16 +23,15 @@
23 23
245. Open _Help > Eclipse Marketplace_ and install the following software: 245. Open _Help > Eclipse Marketplace_ and install the following software:
25 * _EclEmma Java Code Coverage_ 25 * _EclEmma Java Code Coverage_
26 * _Java 19 Support for Eclipse 2022-09 (4.25)_
27 * _SonarLint_ 26 * _SonarLint_
28 27
296. Open _Window > Preferences_ and set the following preferences: 286. Open _Window > Preferences_ and set the following preferences:
30 * _General > Workspace > Text file encoding_ should be _UTF-8_. 29 * _General > Workspace > Text file encoding_ should be _UTF-8_.
31 * _General > Workspace > New text file line delimiter_ should be _Unix_. 30 * _General > Workspace > New text file line delimiter_ should be _Unix_.
32 * Add the JDK 19 to _Java > Installed JREs_. 31 * Add the JDK 17 to _Java > Installed JREs_.
33 * Make sure JDK 19 is selected for _JavaSE-19_ at _Java > Installed JREs > Execution Environments_. 32 * Make sure JDK 17 is selected for _JavaSE-17_ at _Java > Installed JREs > Execution Environments_.
34 * Set _Gradle > Java home_ to the `JAVA_HOME` directory (the directory which contains the `bin` directory) of JDK 17. Here, Buildship will show a yellow warning sign, which can be safely ignored. 33 * Set _Gradle > Java home_ to the `JAVA_HOME` directory (the directory which contains the `bin` directory) of JDK 17. Here, Buildship will show a yellow warning sign, which can be safely ignored.
35 * Set _Java > Compiler > JDK Compliance > Compiler compliance level_ to _19_. The warning about using Java 16 system libraries during compilation should disappear. 34 * Set _Java > Compiler > JDK Compliance > Compiler compliance level_ to _17_.
36 35
377. Clone the project Git repository but do not import it into Eclipse yet. 367. Clone the project Git repository but do not import it into Eclipse yet.
38 37