File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed
docs/reference-manual/java-on-truffle Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -35,11 +35,11 @@ You can download a standalone based on Oracle GraalVM or GraalVM Community Editi
35
35
36
36
1 . Download the Espresso 25.0.0 standalone for your operating system:
37
37
38
- * [ Linux x64] ( https://gds.oracle.com/download/espresso/archive/espresso-java21 -25.0.0-linux-amd64.tar.gz )
39
- * [ Linux AArch64] ( https://gds.oracle.com/download/espresso/archive/espresso-java21 -25.0.0-linux-aarch64.tar.gz )
40
- * [ macOS x64] ( https://gds.oracle.com/download/espresso/archive/espresso-java21 -25.0.0-macos-amd64.tar.gz )
41
- * [ macOS AArch64] ( https://gds.oracle.com/download/espresso/archive/espresso-java21 -25.0.0-macos-aarch64.tar.gz )
42
- * [ Windows x64] ( https://gds.oracle.com/download/espresso/archive/espresso-java21 -25.0.0-windows-amd64.zip )
38
+ * [ Linux x64] ( https://gds.oracle.com/download/espresso/archive/espresso-java25 -25.0.0-linux-amd64.tar.gz )
39
+ * [ Linux AArch64] ( https://gds.oracle.com/download/espresso/archive/espresso-java25 -25.0.0-linux-aarch64.tar.gz )
40
+ * [ macOS x64] ( https://gds.oracle.com/download/espresso/archive/espresso-java25 -25.0.0-macos-amd64.tar.gz )
41
+ * [ macOS AArch64] ( https://gds.oracle.com/download/espresso/archive/espresso-java25 -25.0.0-macos-aarch64.tar.gz )
42
+ * [ Windows x64] ( https://gds.oracle.com/download/espresso/archive/espresso-java25 -25.0.0-windows-amd64.zip )
43
43
44
44
2 . Unzip the archive:
45
45
Original file line number Diff line number Diff line change 58
58
],
59
59
"layout" : {
60
60
"./" : [
61
- "file:IdealGraphVisualizer/Data/build /classes/*" ,
62
- "file:IdealGraphVisualizer/Settings/build /classes/*"
61
+ "file:IdealGraphVisualizer/Data/target /classes/*" ,
62
+ "file:IdealGraphVisualizer/Settings/target /classes/*"
63
63
],
64
64
},
65
65
"defaultBuild" : False ,
You can’t perform that action at this time.
0 commit comments