@@ -17,7 +17,7 @@ After following any of the following sections, you should see a window with gras
The [downloads](https://git.ufz.de/oesa/ecs-tutorial/-/jobs/artifacts/master/download?job=build) contain a file `Grassing.zip`. Extract it and navigate into folder `Grassing/bin`. Double-click or run file `Grassing` (or `Grassing.bat` if you are on Windows).
> This required [Java](https://www.java.com) 11 or newer to be installed on your machine. Simply try running the model, and install Java in case you get a respective error. Download Java [here](https://www.oracle.com/de/java/technologies/javase-downloads.html) or [here](https://adoptopenjdk.net/) (OpenJDK).
> This required [Java](https://www.java.com) 11 or newer to be installed on your machine. Simply try running the model, and install Java in case you get a respective error. Download Java [here](https://adoptopenjdk.net/).
## Browse the plain Java code
...
...
@@ -35,7 +35,7 @@ You can build and run the project with the following command executed inside fol
gradle run
```
> This requires Gradle and Java JDK 11 or newer to be installed on your machine. Download Java [here](https://www.oracle.com/de/java/technologies/javase-downloads.html) or [here](https://adoptopenjdk.net/) (OpenJDK), and Gradle [here](https://gradle.org/releases/).
> This requires Gradle and Java JDK 11 or newer to be installed on your machine. Download Java [here](https://adoptopenjdk.net/), and Gradle [here](https://gradle.org/releases/).
## Clone, extract, build
...
...
@@ -67,4 +67,4 @@ cd code
gradle run
```
> This requires Gradle and the Java JDK 11 or newer to be installed on your machine. Download Java [here](https://www.oracle.com/de/java/technologies/javase-downloads.html) or [here](https://adoptopenjdk.net/) (OpenJDK), and Gradle [here](https://gradle.org/releases/).
> This requires Gradle and the Java JDK 11 or newer to be installed on your machine. Download Java [here](https://adoptopenjdk.net/), and Gradle [here](https://gradle.org/releases/).