You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2022/03/29 08:02:17 UTC

[GitHub] [arrow] pchaoda commented on issue #12743: [Python]OSError: Unable to load libjvm. when used in windows

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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org