vibhatha commented on issue #41577: URL: https://github.com/apache/arrow/issues/41577#issuecomment-2100217048
I mean if that is the case, the documentation describes the solution https://arrow.apache.org/docs/java/install.html#java-compatibility ```bash java --add-opens=java.base/java.nio=org.apache.arrow.memory.core,ALL-UNNAMED -jar ... env _JAVA_OPTIONS="--add-opens=java.base/java.nio=org.apache.arrow.memory.core,ALL-UNNAMED" java -jar ... ``` cc @lidavidm -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
