File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -35,6 +35,6 @@ npm start # OR yarn start
35
35
```
36
36
37
37
::: tip COMPATIBILITY NOTE
38
- ES4X requires [ GraalVM] ( https://www.graalvm.org ) or Java >= 8 . If you're not sure which version is installed on your
38
+ ES4X requires [ GraalVM] ( https://www.graalvm.org ) or Java >= 11 . If you're not sure which version is installed on your
39
39
system, consider using [ jabba] ( https://github.com/shyiko/jabba ) .
40
40
:::
Original file line number Diff line number Diff line change 1
1
# Install
2
2
3
3
Assuming you’ve already installed [ Node.js] ( https://nodejs.org/ ) , you will need a working JVM. The requirements are
4
- either ([ Java] ( https://adoptopenjdk .net/ ) or [ GraalVM] ( http://www.graalvm.org/ ) ).
4
+ either ([ Java] ( https://adoptium .net/ ) or [ GraalVM] ( http://www.graalvm.org/ ) ).
5
5
6
6
``` bash
7
7
$ java -version
8
- openjdk version " 1.8.0_265 "
9
- OpenJDK Runtime Environment (build 1.8.0_265-8u265-b01-0ubuntu2~20.04-b01 )
10
- OpenJDK 64-Bit Server VM (build 25.265-b01 , mixed mode)
8
+ openjdk version " 11.0.15 " 2022-04-19
9
+ OpenJDK Runtime Environment (build 11.0.15+10-Ubuntu-0ubuntu0.22.04.1 )
10
+ OpenJDK 64-Bit Server VM (build 11.0.15+10-Ubuntu-0ubuntu0.22.04.1 , mixed mode)
11
11
```
12
12
13
13
If you see a similar output, this means your system currently has ` java ` ** 8** , which is not the best option as it will
You can’t perform that action at this time.
0 commit comments