-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Native libraries failing on Windows with UnsatisfiedLinkError
[2 XMR]
#82
Comments
UnsatisfiedLinkError
.UnsatisfiedLinkError
[1.5 XMR]
There is a bounty on this issue. The amount is in the title. The reward will be awarded to the first person or group of people who resolve this issue. If you are starting to work on this bounty, please write a comment so that we can assign the issue to you. We expect contributors to provide a PR in a reasonable timeframe or, in case of an extensive work, updates on their progress. We will unassign the issue if we feel the assignee is not responsive or has abandoned the task. Read the full conditions and details of the bounty system. |
UnsatisfiedLinkError
[1.5 XMR]UnsatisfiedLinkError
[1.5 XMR]
UnsatisfiedLinkError
[1.5 XMR]UnsatisfiedLinkError
[2 XMR]
This issue is resolved with 45360d1, and the bounty is paid. Thanks @everoddandeven! |
Currently, native libraries are built for Windows, producing these files:
However, using the native libraries results in an error when using JNI functions: "UnsatisfiedLinkError".
To reproduce the failure in a test:
testGetIntegratedAddresses()
.UnsatisfiedLinkError
:The text was updated successfully, but these errors were encountered: