davisusanibar commented on code in PR #14379:
URL: https://github.com/apache/arrow/pull/14379#discussion_r993576966


##########
docs/source/developers/java/building.rst:
##########
@@ -197,6 +236,55 @@ CMake
         |__ libgandiva_jni.dylib
         |__ libplasma_java.dylib
 
+- To build all JNI libraries (Windows) except the JNI C Data Interface library
+(Consider: Plasma doesn't work on Windows / ORC isn't available on Windows):

Review Comment:
   Changed



##########
docs/source/developers/java/building.rst:
##########
@@ -107,33 +111,48 @@ Maven
         $ cd arrow/java
         $ export JAVA_HOME=<absolute path to your java home>
         $ java --version
-        $ mvn clean generate-resources -Pgenerate-cdata-dylib_so -N
+        $ mvn generate-resources -Pgenerate-libs-cdata-all-os -N
+        $ # MacOS / Linux
         $ ls -latr ../java-dist/lib
         |__ libarrow_cdata_jni.dylib
+        |__ libarrow_cdata_jni.so
+        $ # Windows

Review Comment:
   Changed



-- 
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]

Reply via email to