Skip to content

Commit 5a4ddb8

Browse files
committed
Fix 2 typos.
1 parent 90cb79d commit 5a4ddb8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ If you are interested in making contributions to this site please see our [Commu
4343

4444
### OpenJDK Version 21
4545
An OpenJDK-compatible build of Java 21, provided by one of the Open-Source providers, such as Azul Systems, Red Hat, SAP, Eclipse Temurin, etc, is required.
46-
All of the testing of this release has been performed with a Eclipse Temurin build.
46+
All of the testing of this release has been performed with an Eclipse Temurin build.
4747

4848
This release uses the new Java Foreign Function & Memory (FFM) features that are in "preview" in Java 21.
4949
As a result, the JVM flag <nobr>**--enable-preview**</nobr> must be set at compile and at runtime.
@@ -62,7 +62,7 @@ This DataSketches component is structured as a Maven project and Maven is the re
6262
#### A Toolchain is required
6363

6464
* You must have a JDK type toolchain defined in location *~/.m2/toolchains.xml* that specifies where to find a locally installed OpenJDK-compatible version 21.
65-
* Your default \$JAVA\_HOME compiler must be an OpenJDK compatible, specified in the toolchain, and may be a version greater than 21. Note that if your \$JAVA\_HOME is set to a Java version greater than 21, Maven will automatically use the Java 21 version specified in the toolchain instead. The included pom.xml specifies the necessary JVM flags, so no further action should be required.
65+
* Your default \$JAVA\_HOME compiler must be OpenJDK compatible, specified in the toolchain, and may be a version greater than 21. Note that if your \$JAVA\_HOME is set to a Java version greater than 21, Maven will automatically use the Java 21 version specified in the toolchain instead. The included pom.xml specifies the necessary JVM flags, so no further action should be required.
6666
* Note that the paths specified in the toolchain must be fully qualified direct paths to the OpenJDK version locations. Using environment variables will not work.
6767

6868
#### To run normal unit tests:

0 commit comments

Comments
 (0)