Commits


Josh Soref authored and GitHub committed c21d197306e
GH-38764: [Java] Clarify warning about `--add-opens=java.base/java.nio=ALL-UNNAMED` (#38765) ### Rationale for this change When someone encounters this message, it's precisely because they did *not* include `--add-opens=java.base/java.nio=ALL-UNNAMED`, but in order for arrow to work, they will need to add it. #38764 ### What changes are included in this PR? Changes `with` to `without` ### Are these changes tested? ### Are there any user-facing changes? The error message when arrow is run on a modern JVM will change from `with` to `without`: > java.lang.RuntimeException: Failed to initialize MemoryUtil. Was Java started without `--add-opens=java.base/java.nio=ALL-UNNAMED`? (See https://arrow.apache.org/docs/java/install.html) * Closes: #38764 Authored-by: Josh Soref <2119212+jsoref@users.noreply.github.com> Signed-off-by: David Li <li.davidm96@gmail.com>