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.

_______________________________________________
Mailing list: https://launchpad.net/~sikuli-driver
Post to     : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp

Reply via email to