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: README.md
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ The project website at [https://www.graalvm.org/][website] describes how to [get
8
8
9
9
## Documentation
10
10
11
-
Please refer to the [GraalVM website for documentation][docs]. You can find most of the documentation sources in the [`docs/`](docs/) directory in the same hierarchy as displayed on the website. Additional documentation including developer instructions for individual components can be found in corresponding `docs/` sub-directories. The documentation for the Truffle framework, for example, is in [`truffle/docs/`](truffle/docs/). This also applies to languages, tools, and other components maintained in [related repositories](#related-repositories).
11
+
Please refer to the [GraalVM website for documentation][docs]. You can find most of the documentation sources in the [_docs/_](docs/) directory in the same hierarchy as displayed on the website. Additional documentation including developer instructions for individual components can be found in corresponding _docs/_ sub-directories. The documentation for the Truffle framework, for example, is in [_truffle/docs/_](truffle/docs/). This also applies to languages, tools, and other components maintained in [related repositories](#related-repositories).
12
12
13
13
## Get Support
14
14
@@ -44,7 +44,7 @@ Name | Description
44
44
------------ | -------------
45
45
[FastR] | Implementation of the R language.
46
46
[GraalJS] | Implementation of JavaScript and Node.js.
47
-
[GraalPython] | Implementation of the Python language.
47
+
[GraalPy] | Implementation of the Python language.
48
48
[GraalVM Demos][graalvm-demos] | Several example applications illustrating GraalVM capabilities.
Copy file name to clipboardExpand all lines: docs/enterprise-overview/architecture-overview.md
+2-64Lines changed: 2 additions & 64 deletions
Original file line number
Diff line number
Diff line change
@@ -12,16 +12,12 @@ GraalVM Enterprise's polyglot capabilities make it possible to mix multiple prog
12
12
This page provides developers, solution architects, and infrastructure architects with an architectural overview of GraalVM Enterprise, as well as information about runtime modes, certified platforms, available distributions, core and additional components, and support levels for various features.
13
13
The conceptual overview and advantages of GraalVM Enterprise are described on the [Solutions Overview](solutions-overview.md) page.
@@ -53,27 +49,6 @@ A generated self-contained native executable is specific to each individual oper
53
49
[Java on Truffle](../reference-manual/java-on-truffle/README.md) is an implementation of the Java Virtual Machine Specification, built with the [Truffle framework](../../truffle/docs/README.md).
54
50
It is a complete Java VM that includes all core components, implements the same API as the Java Runtime Environment library, and reuses all JARs and native libraries from GraalVM.
55
51
56
-
## Available Distributions
57
-
58
-
GraalVM Enterprise distributions are based on Oracle JDK 11 and 17.
59
-
GraalVM Enterprise releases include all Oracle Java critical patch updates (CPUs), which are released on a regular schedule to remedy defects and known vulnerabilities.
60
-
61
-
GraalVM Enterprise is available for Linux, macOS, and Windows platforms on x86 64-bit systems, for Linux and macOS (Apple Silicon) on ARM 64-bit systems.
62
-
Depending on the platform, the distributions are shipped as *.tar.gz* or *.zip* archives.
63
-
64
-
## Certified Platforms
65
-
66
-
The following are the certified platforms for GraalVM Enterprise 22.2:
67
-
68
-
| Operating System | Version | Architecture | Installation Guide |
| Oracle Linux | 7, 8 | x86 64-bit, ARM 64-bit |[Installation Guide for Linux](../getting-started/graalvm-enterprise/oci/installation-compute-instance-with-OL.md)|
71
-
| Red Hat Enterprise Linux(RHEL) | 7, 8 | x86 64-bit |[Installation Guide for Linux](../getting-started/graalvm-enterprise/installation-linux.md)|
72
-
| macOS | 10.14 (Mojave), 10.15 (Catalina), 11 (Big Sur), 12.2 (Monterey) | x86 64-bit |[Installation Guide for macOS](../getting-started/graalvm-enterprise/installation-macos.md)|
73
-
| Microsoft Windows | Server 2016, 2019 | x86 64-bit |[Installation Guide for Windows](../getting-started/graalvm-enterprise/installation-windows.md)|
74
-
75
-
Note: GraalVM Enterprise macOS distribution for ARM 64-bit architecture (Apple Silicon) is experimental.
76
-
77
52
## Distribution Components List
78
53
79
54
GraalVM Enterprise consists of core and additional functionalities.
@@ -104,47 +79,10 @@ Runtimes:
104
79
*[R](../reference-manual/r/README.md) -- GNU R 4.0.3 compatible runtime
Oracle GraalVM Enterprise Edition is licensed under the [Oracle Technology Network License Agreement for GraalVM Enterprise Edition](https://www.oracle.com/downloads/licenses/graalvm-otn-license.html) for developing, testing, prototyping, and demonstrating Your application.
110
-
111
-
For production use, GraalVM Enterprise is available as part of the [Oracle Java SE Subscription](https://www.oracle.com/uk/java/java-se-subscription/) which includes 24x7x365 [Oracle premier support](https://www.oracle.com/support/premier/) and the access to [My Oracle Support (MOS)](https://www.oracle.com/support/).
112
-
113
-
GraalVM Enterprise focuses on support for Java LTS releases for production deployments.
114
-
See [Versions Roadmap of Oracle GraalVM Enterprise Edition](../../release-notes/enterprise/graalvm-enterprise-version-roadmap.md) for more information.
115
-
116
-
Please note, that while Oracle JDK 17 is available under the new [Oracle No-Fee Terms and Conditions (NFTC) license](https://www.oracle.com/downloads/licenses/no-fee-license.html) which allows commercial and production use for 2 years, GraalVM Enterprise Edition license remains unchanged.
117
-
118
-
## Experimental Features
119
-
120
-
Oracle GraalVM Enterprise Edition features are distributed as fully supported and experimental.
121
-
122
-
Experimental features are being considered for future versions of GraalVM Enterprise.
123
-
They are not meant to be used in production and are not supported by Oracle.
124
-
The development team welcomes feedback on experimental features, but users should be aware that experimental features might never be included in a final version, or might change significantly before being considered production-ready.
125
-
126
-
For more information, check the [Oracle Technology Network License Agreement for GraalVM Enterprise Edition](https://www.oracle.com/downloads/licenses/graalvm-otn-license.html).
127
-
128
-
The following table lists supported and experimental features in GraalVM Enterprise Edition 22.2 by platform.
129
-
130
-
| Feature | Linux AMD64 | Linux ARM64 | macOS AMD64 | Windows AMD64 |
Users who are new to GraalVM Enterprise or have little experience using it, continue to [Getting Started with GraalVM Enterprise](../getting-started/graalvm-enterprise/get-started-graalvm-enterprise.md).
146
85
Download and install GraalVM Enterprise on your local machine, try running the examples provided in the guide, or test GraalVM Enterprise with your workload.
147
-
We suggest you then look at more complex [Examples Applications](../examples/examples.md).
148
86
149
87
Developers, who have GraalVM Enterprise already installed or have experience using it in the past, can skip the getting started guide and proceed to the [Reference Manuals](../reference-manual/reference-manuals.md) for
150
88
in-depth coverage of GraalVM Enterprise technologies.
GraalVM Enterprise distributions are based on Oracle JDK 11, Oracle JDK 17, and Oracle JDK 19.
11
+
GraalVM Enterprise releases include all Oracle Java critical patch updates (CPUs), which are released on a regular schedule to remedy defects and known vulnerabilities.
12
+
13
+
GraalVM Enterprise is available for Linux, macOS, and Windows platforms on x86 64-bit systems, for Linux and macOS (Apple Silicon) on ARM 64-bit systems.
14
+
Depending on the platform, the distributions are shipped as *.tar.gz* or *.zip* archives.
15
+
16
+
## Certified Platforms
17
+
18
+
The following are the certified platforms for GraalVM Enterprise 22.3:
19
+
20
+
| Operating System | Version | Architecture | Installation Guide |
| Oracle Linux | 7, 8 | x86 64-bit, ARM 64-bit |[Installation Guide for Linux](../getting-started/graalvm-enterprise/oci/installation-compute-instance-with-OL.md)|
23
+
| Red Hat Enterprise Linux(RHEL) | 7, 8 | x86 64-bit |[Installation Guide for Linux](../getting-started/graalvm-enterprise/installation-linux.md)|
24
+
| macOS | 10.14 (Mojave), 10.15 (Catalina), 11 (Big Sur), 12.4 (Monterey) | x86 64-bit |[Installation Guide for macOS](../getting-started/graalvm-enterprise/installation-macos.md)|
25
+
| Microsoft Windows | Server 2016, 2019 | x86 64-bit |[Installation Guide for Windows](../getting-started/graalvm-enterprise/installation-windows.md)|
26
+
27
+
Note: GraalVM Enterprise macOS distribution for ARM 64-bit architecture (Apple Silicon) is experimental.
28
+
29
+
## Experimental Features
30
+
31
+
Oracle GraalVM Enterprise Edition features are distributed as fully supported and experimental.
32
+
33
+
Experimental features are being considered for future versions of GraalVM Enterprise.
34
+
They are not meant to be used in production and are not supported by Oracle.
35
+
The development team welcomes feedback on experimental features, but users should be aware that experimental features might never be included in a final version, or might change significantly before being considered production-ready.
36
+
37
+
For more information, check the [Oracle Technology Network License Agreement for GraalVM Enterprise Edition](https://www.oracle.com/downloads/licenses/graalvm-otn-license.html).
38
+
39
+
The following table lists supported and experimental features in GraalVM Enterprise Edition 22.2 by platform.
40
+
41
+
| Feature | Linux AMD64 | Linux ARM64 | macOS AMD64 | Windows AMD64 |
Oracle GraalVM Enterprise Edition is licensed under the [Oracle Technology Network License Agreement for GraalVM Enterprise Edition](https://www.oracle.com/downloads/licenses/graalvm-otn-license.html) for developing, testing, prototyping, and demonstrating Your application.
58
+
59
+
For production use, GraalVM Enterprise is available as part of the [Oracle Java SE Subscription](https://www.oracle.com/uk/java/java-se-subscription/) which includes 24x7x365 [Oracle premier support](https://www.oracle.com/support/premier/) and access to [My Oracle Support (MOS)](https://www.oracle.com/support/).
60
+
61
+
GraalVM Enterprise focuses on support for Java LTS releases for production deployments.
62
+
See [GraalVM Enterprise Release Calendar](../../release-notes/enterprise/graalvm-ee-release-calendar.md) for more information.
63
+
64
+
Please note, that while Oracle JDK 17 is available under the new [Oracle No-Fee Terms and Conditions (NFTC) license](https://www.oracle.com/downloads/licenses/no-fee-license.html) which allows commercial and production use for 2 years, GraalVM Enterprise Edition license remains unchanged.
0 commit comments