Skip to content

Commit 3d6f449

Browse files
committed
docs(website): updated required Java version to 17 or newer to match Serenity BDD
1 parent 56af002 commit 3d6f449

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/docs/handbook/getting-started/installation.mdx

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,9 @@ for example:
5151

5252
Serenity/JS delegates the work of generating the illustrated HTML reports to [Serenity BDD](http://serenity-bdd.info/),
5353
which is a Java library and therefore requires
54-
a [Java Runtime Environment (JRE)](http://www.oracle.com/technetwork/java/javase/overview/index.html) **version 11** or newer.
54+
a [Java Runtime Environment (JRE)](http://www.oracle.com/technetwork/java/javase/overview/index.html) **version 17** or newer.
5555

56-
You can download the JRE from [oracle.com](http://www.oracle.com/technetwork/java/javase/downloads/jre8-downloads-2133155.html),
56+
You can download the JRE from [oracle.com](https://www.oracle.com/java/technologies/downloads/),
5757
[adoptopenjdk.net](https://adoptopenjdk.net/),
5858
or by using the excellent [Software Development Kit Manager (SDKMan)](https://sdkman.io/).
5959

@@ -64,9 +64,9 @@ java -version
6464
```
6565
The output should look similar to the following:
6666
```shell
67-
openjdk 21.0.1 2023-10-17 LTS
68-
OpenJDK Runtime Environment Temurin-21.0.1+12 (build 21.0.1+12-LTS)
69-
OpenJDK 64-Bit Server VM Temurin-21.0.1+12 (build 21.0.1+12-LTS, mixed mode)
67+
openjdk version "22" 2024-03-19
68+
OpenJDK Runtime Environment Corretto-22.0.0.36.2 (build 22+36-FR)
69+
OpenJDK 64-Bit Server VM Corretto-22.0.0.36.2 (build 22+36-FR, mixed mode, sharing)
7070
```
7171

7272
If you're working with several versions of the Java platform simultaneously, please make sure that you point
@@ -76,7 +76,7 @@ On macOS this could be:
7676

7777
```shell
7878
echo $JAVA_HOME
79-
/Users/jan/.sdkman/candidates/java/21.0.1-tem
79+
/Users/jan/.sdkman/candidates/java/current
8080
```
8181

8282
## Creating a Node.js project

0 commit comments

Comments
 (0)