sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #57288
Re: [Question #697732]: macOS M1: how to use a custom build of OpenCV
Question #697732 on SikuliX changed:
https://answers.launchpad.net/sikuli/+question/697732
Jeff Harmon posted a new comment:
BTW, in order for JNI calls to work under the Zulu native JDK I had to
update JNA to version 5.8.0
<dependency>
<groupId>net.java.dev.jna</groupId>
<artifactId>jna</artifactId>
<version>5.8.0</version>
</dependency>
Just thought that may help you as you look into updating Sikuli to have
official native support on M1. It took me forever to find that gem.
Until I did that I got JNA UnsatisfiedLinkError messages.
--
You received this question notification because your team Sikuli Drivers
is an answer contact for SikuliX.