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
Install GraalVM from an archive (_.tar.gz_) for the current user into any location, without affecting other JDK installations.
53
55
54
-
1. Navigate to the [GraalVM Downloads page](https://www.graalvm.org/downloads/){:target="_blank"}. Select the Java version, **macOS** for the operating system, **x64** or **aarch64** for the architecture, and download.
55
-
56
+
1. Navigate to the [GraalVM Downloads page](https://www.graalvm.org/downloads/){:target="_blank"}. Select the Java version, **macOS** for the operating system, **aarch64** for the architecture, and download.
57
+
56
58
2. Unzip the archive.
59
+
57
60
```bash
58
61
tar -xzf graalvm-jdk-<version>_macos-<architecture>.tar.gz
59
62
```
63
+
60
64
Alternatively, open the file in Finder.
61
65
62
66
3. Move the downloaded package to its proper location, the _/Library/Java/JavaVirtualMachines/_ directory. Since this is a system directory, `sudo` is required:
Copy file name to clipboardExpand all lines: docs/oracle-graalvm/support.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ permalink: /support/
10
10
Oracle GraalVM 25 is based on Oracle JDK 25.
11
11
Each release of Oracle GraalVM 25 includes all Oracle Java critical patch updates (CPUs), which are provided on a regular schedule to remedy defects and known vulnerabilities.
12
12
13
-
Oracle GraalVM 25 is available for Linux, macOS, and Windows on the x64 architecture, and for Linux and macOS on the AArch64 architecture.
13
+
Oracle GraalVM 25 is available for Linux and Windows on the x64 architecture, and for Linux and macOS on the AArch64 architecture.
14
14
15
15
## Certified Platforms
16
16
@@ -35,9 +35,9 @@ Oracle GraalVM 25 is certified on the following platforms:
Copy file name to clipboardExpand all lines: docs/reference-manual/java-on-truffle/FAQ.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@ In the GraalVM family, this is similar to WebAssembly or the LLVM interpreter: w
17
17
### Does Java running on Truffle run on the HotSpot JVM too?
18
18
19
19
Like other languages implemented with the [Truffle framework](../../../truffle/docs/README.md), it can run both as a native executable or on the HotSpot JVM.
20
-
Running on the HotSpot JVM is currently only possible on Linux x64 and macOS x64.
20
+
Running on the HotSpot JVM is currently only possible on Linux x64.
21
21
We plan to extend this capability to other platforms.
22
22
23
23
### Does running Espresso require the HotSpot JVM?
0 commit comments