We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1417408 commit 341de43Copy full SHA for 341de43
README.md
@@ -53,7 +53,7 @@ and, as a result, must be compiled with JDK17 and this dependency:
53
54
If your application only relies on the APIs of datasketches-java no special JVM arguments are required.
55
However, if your application also directly relies on the APIs of the *datasketches-memory* component,
56
-you may need the additional JVM argument **--enable-preview**.
+you may need the additional JVM argument **--add-modules=jdk.incubator.foreign**.
57
58
### Recommended Build Tool
59
This DataSketches component is structured as a Maven project and Maven is the recommended Build Tool.
0 commit comments