@@ -51,9 +51,9 @@ for example:
51
51
52
52
Serenity/JS delegates the work of generating the illustrated HTML reports to [ Serenity BDD] ( http://serenity-bdd.info/ ) ,
53
53
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.
55
55
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/) ,
57
57
[ adoptopenjdk.net] ( https://adoptopenjdk.net/ ) ,
58
58
or by using the excellent [ Software Development Kit Manager (SDKMan)] ( https://sdkman.io/ ) .
59
59
@@ -64,9 +64,9 @@ java -version
64
64
```
65
65
The output should look similar to the following:
66
66
``` 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 )
70
70
```
71
71
72
72
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:
76
76
77
77
``` shell
78
78
echo $JAVA_HOME
79
- /Users/jan/.sdkman/candidates/java/21.0.1-tem
79
+ /Users/jan/.sdkman/candidates/java/current
80
80
```
81
81
82
82
## Creating a Node.js project
0 commit comments