-
Notifications
You must be signed in to change notification settings - Fork 13
Open
Description
Caused by: org.javagi.interop.InteropException: Could not load library libgettextlib.dll
at org.javagi.interop.LibLoad.loadLibrary(LibLoad.java:156)
at org.javagi.interop.Interop.loadLibrary(Interop.java:90)
at org.javagi.util.Intl.<clinit>(Intl.java:79)
... 1 more
| case WINDOWS -> Interop.loadLibrary("libgettextlib.dll"); |
looks like it's hardcoded. My actual dll name is:
$ which libgettextlib-0-26.dll
/mingw64/bin/libgettextlib-0-26.dllSince I build from source, I can modify it to load my version. I could help if you have specific direction on how to load the library (like what you did with linux's tryLoadLibraryVersions()).
Metadata
Metadata
Assignees
Labels
No labels