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
{{ message }}
This repository has been archived by the owner on Apr 9, 2023. It is now read-only.
On Windows, dynamic libraries fail to load when users have non-ascii characters in their usernames. I looked into it and found the root cause. It appears System.load() does not accept non-ascii characters in the path. It appears to be a known issue: https://bugs.openjdk.java.net/browse/JDK-8195129
I've implemented a workaround by parametrizing the DLL path instead of defaulting to their home directory.
The text was updated successfully, but these errors were encountered:
On Windows, dynamic libraries fail to load when users have non-ascii characters in their usernames. I looked into it and found the root cause. It appears
System.load()
does not accept non-ascii characters in the path. It appears to be a known issue: https://bugs.openjdk.java.net/browse/JDK-8195129I've implemented a workaround by parametrizing the DLL path instead of defaulting to their home directory.
The text was updated successfully, but these errors were encountered: