robotframework-SikuliLibrary
robotframework-SikuliLibrary copied to clipboard
Does SikuliLibrary 1.0.4+ run only java 64 bits arch?
I have a machine with java 32 bit and SikulLibrary 1.0.2, so i tried to update SikuliLibrary to 1.0.4, 1.0.5 and 1.0.6 versions. But i have fail in my first keyword:
Wait Until Screen Contain file.PNG 10
The error reported in both versions was:
Caused by: org.sikuli.script.SikuliXception: fatal: Java arch must be 64 Bit (java 8 version 1.8 vm 25.201-b09 class 52.0 arch null) at org.sikuli.script.support.RunTime.terminate(RunTime.java:1065)
@romuluc , you may check build-with-maven, and create 32bit package by yourself.
But i am not sure whether sikulixapi support 32bit OS.