You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SystemError: Error calling dlopen(b'/usr/lib/jvm/default/jre/lib/amd64/server/libjvm.so': b'/usr/lib/jvm/default/jre/lib/amd64/server/libjvm.so: cannot open shared object file: No such file or directory'
which is due to the fact that the folder structure has changed since java 9 as noted in the issue above. However, this has been fixed (see push above). I am now wondering why I still might be having this issue.
The text was updated successfully, but these errors were encountered:
👋 We use the issue tracker exclusively for bug reports and feature requests. However, this issue appears to be a support request. Please use our support channels to get help with the project.
Let us know if this comment was made in error, and we'll be happy to reopen the issue.
Basically this question is regarding
https://github.com/kivy/pyjnius/issues/304
and
https://github.com/kivy/pyjnius/pull/363.
I am on arch and have set the default to java 11 and I get the following error:
SystemError: Error calling dlopen(b'/usr/lib/jvm/default/jre/lib/amd64/server/libjvm.so': b'/usr/lib/jvm/default/jre/lib/amd64/server/libjvm.so: cannot open shared object file: No such file or directory'
which is due to the fact that the folder structure has changed since java 9 as noted in the issue above. However, this has been fixed (see push above). I am now wondering why I still might be having this issue.
The text was updated successfully, but these errors were encountered: