File tree Expand file tree Collapse file tree 2 files changed +3
-13
lines changed
documentation/developer-guide/modules/tooling-guide/pages Expand file tree Collapse file tree 2 files changed +3
-13
lines changed Original file line number Diff line number Diff line change @@ -54,9 +54,7 @@ Are you having trouble with ESMF SDK? We want to help!
54
54
## Build and contribute
55
55
56
56
The top level elements of the SDK structure are all carried out as Maven multimodule projects.
57
- Building the SDK requires a Java 17-compatible [ GraalVM JDK] ( https://www.graalvm.org/ ) with the 'js'
58
- component installed. If you want to build the samm-cli (see below), you will also have to have the
59
- 'native-image' GraalVM component installed.
57
+ Building the SDK requires a Java 21-compatible [ GraalVM JDK] ( https://www.graalvm.org/ ) .
60
58
61
59
To build the SDK core components, run the following command:
62
60
``` bash
Original file line number Diff line number Diff line change @@ -38,18 +38,10 @@ https://docs.github.com/en/packages/working-with-a-github-packages-registry/work
38
38
[[jdk-requirements]]
39
39
== JDK requirements
40
40
41
- The esmf-sdk components are built with Java 17 and require a JDK >= 17 such as
41
+ The esmf-sdk components are built with Java 21 and require a JDK >= 21 such as
42
42
https://adoptium.net/[Adoptium Temurin].
43
43
44
- The esmf-sdk can also be used with a Java 17-compatible https://www.graalvm.org/[GraalVM JDK]. With
45
- GraalVM you need to make the Graal JavaScript component available, as parts of the SDK such as the
46
- Aspect Model validation component require embedded JavaScript execution:
47
-
48
- * For using the esmf-sdk in the GraalVM itself, install the JS component using the
49
- https://www.graalvm.org/22.3/reference-manual/js/[GraalVM Updater]: `gu install js`
50
- * For using the esmf-sdk with GraalVM `native-image`, be sure to use the `--language:js` option when
51
- building the native image; for more information see
52
- https://www.graalvm.org/22.3/reference-manual/polyglot-programming/[polyglot programming].
44
+ The esmf-sdk can also be used with a Java 21-compatible https://www.graalvm.org/[GraalVM JDK].
53
45
54
46
[TIP]
55
47
=====
You can’t perform that action at this time.
0 commit comments