pchaoda commented on issue #12743:
URL: https://github.com/apache/arrow/issues/12743#issuecomment-1081553531


   ```c
   #ifdef _WIN32
     ARROW_ASSIGN_OR_RAISE(search_prefixes, MakeFilenameVector({""}));
     ARROW_ASSIGN_OR_RAISE(search_suffixes,
                           MakeFilenameVector({"/jre/bin/server", 
"/bin/server"}));
     file_name = "jvm.dll";
   ```
   in `/jre/bin/server` directory exist jvm.dll
   OSError: Unable to load libjvm: �Ҳ���ָ����ģ�顣
   and I can not tell what is the code after `OSError: Unable to load libjvm:`


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