laullon
(German Laullon)
1
I’m using this dependency on my project:
<dependency>
<groupId>org.foundationdb</groupId>
<artifactId>fdb-java</artifactId>
<version>7.2.2</version>
</dependency>
When I run my app i get this error:
Embedded library jar:/lib/osx/aarch64/libfdb_java.jnilib not found
On the jar you can find this:
lib/macos/arm64/libfdb_java.jnilib
If I build the jar from the source code on the git repo, it works fine, the jar contains the correct library on the correct place.
MMcM
(Mike McMahon)
2
Do you have a specific need for 7.2
? If not, I would recommend 7.1.26
/ 7.1.27
, which has the ARM binary in the place that the code expects it.
laullon
(German Laullon)
3
Thanks Mike,I will try.
So, Is this a 7.2 problem? Is going to be solver in future releases ?
laullon
(German Laullon)
4
Is there any version (or plan) with the Linux ARM library ? 7.1.27 only have linux/amd64
Thanks.
MMcM
(Mike McMahon)
5
Yes. 7.2.2
was actually built before 7.1.26
. But we think it’s straightened out now.
1 Like
laullon
(German Laullon)
6
Thanks @MMcM.
Anything related to Linux ARM (aarch64) ?
MMcM
(Mike McMahon)
7
I do not know of anything related to Linux ARM. Sorry.
1 Like