Skip to content

Commit a233dd1

Browse files
gilles-duboscqdasarathirout
authored andcommitted
Issue #11782 Updated IGV_DATA_SETTINGS file location to 'target/classes/*'
Signed-off-by: Dasarathi Rout <[email protected]>
2 parents 1b67cf1 + 7969dcb commit a233dd1

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

docs/reference-manual/java-on-truffle/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,11 @@ You can download a standalone based on Oracle GraalVM or GraalVM Community Editi
3535

3636
1. Download the Espresso 25.0.0 standalone for your operating system:
3737

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)
4343

4444
2. Unzip the archive:
4545

visualizer/mx.visualizer/suite.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,8 @@
5858
],
5959
"layout" : {
6060
"./": [
61-
"file:IdealGraphVisualizer/Data/build/classes/*",
62-
"file:IdealGraphVisualizer/Settings/build/classes/*"
61+
"file:IdealGraphVisualizer/Data/target/classes/*",
62+
"file:IdealGraphVisualizer/Settings/target/classes/*"
6363
],
6464
},
6565
"defaultBuild" : False,

0 commit comments

Comments
 (0)