File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ title: Getting Started | Guide
88
99### Java
1010
11- You need [ Java 21 ] ( https://openjdk.java.net/projects/jdk/21 / ) .
11+ You need [ Java 25 ] ( https://openjdk.java.net/projects/jdk/25 / ) .
1212
1313### Node.js and npm
1414
@@ -31,10 +31,10 @@ Example output:
3131
3232```
3333➜ java -version && javac -version
34- openjdk version "21 .0.8 " 2025-07-15
35- OpenJDK Runtime Environment (build 21 .0.8 +9-Ubuntu-0ubuntu124.04.1)
36- OpenJDK 64-Bit Server VM (build 21 .0.8 +9-Ubuntu-0ubuntu124.04.1, mixed mode, sharing)
37- javac 21 .0.8
34+ openjdk version "25 .0.1 " 2025-10-21
35+ OpenJDK Runtime Environment (build 25 .0.1 +9-Ubuntu-0ubuntu124.04.1)
36+ OpenJDK 64-Bit Server VM (build 25 .0.1 +9-Ubuntu-0ubuntu124.04.1, mixed mode, sharing)
37+ javac 25 .0.1
3838
3939➜ node -v && npm -v
4040v22.17.1
You can’t perform that action at this time.
0 commit comments