sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #34769
[Question #271757]: Robot Framework + Sikuli problem: UnsatisfiedLinkError: org.sikuli.natives.WinUtil.getHwnd(II)J
New question #271757 on Sikuli:
https://answers.launchpad.net/sikuli/+question/271757
Setting up and running step_2 from:
https://github.com/Tset-Noitamotua/Sikuli-and-Robot-Framework-Integration/
I get the error:
Verify that 2 + 2 = 4 | FAIL |
UnsatisfiedLinkError: org.sikuli.natives.WinUtil.getHwnd(II)J
This is using robottest.bat - modified only for newer robot framework jar version number:
@echo off
set sikulix_jar=C:\SikuliX_110\sikulixapi.jar
set robot_framework_jar=C:\robotframework\robotframework-2.9.1.jar
java -cp "%robot_framework_jar%;%sikulix_jar%" ^
-Dpython.path="%sikulix_jar%/Lib" ^
org.robotframework.RobotFramework ^
--pythonpath=calc.sikuli ^
--outputdir=results ^
--loglevel=TRACE ^
%*
I get the same problem result using jybottest.bat, which is unmodified.
I believe I have everything installed, and a bunch of environment variables set, per various pages there and elsewhere. Obviously something is missing a path to something but I'm not familiar with these language environments so don't know where to look.
--
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.