You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/getting-started/running/index.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,10 +36,10 @@ You can use any email that the system has in its loaded test data. The "password
36
36
If you wish to use the native executables built with GraalVM, you will need to switch over to that Java compiler using the following command:
37
37
38
38
```shell
39
-
nvm use java 21.0.2-graalce
39
+
sdk use java 23.0.2-graalce
40
40
```
41
41
42
-
21.0.2-graalce is the most recent version of GraalVM Community Edition, as of the time this was written. You can replace that version with a different Graal distribution as appropriate.
42
+
23.0.2-graalce is the most recent version of GraalVM Community Edition, as of the time this was written. You can replace that version with a different Graal distribution as appropriate.
0 commit comments