← Back to team overview

sikuli-driver team mailing list archive

[Question #682445]: sikulix ide removes jython-standalone-2.7.1.jar from folder during launch

 

New question #682445 on Sikuli:
https://answers.launchpad.net/sikuli/+question/682445

I'm trying to set up sikulix 1.1.4, write and execute basic test within sikulix ide.
So, here are steps which I made:
1. installed JRE 8u221
2. downloaded all needed files (sikulixapi.jar, sikulix.jar, jython-standalone-2.7.1.jar), put them to one folder
3. launched sikulix.jar
4. wrote "click (C:\image.png)" and clicked "run"

test didn't executed, but this error message appeared:
[error] RunTime:Problematic lib: C:\Users\Yevgeniy\AppData\Roaming\Sikulix\SikulixLibs\opencv_java342.dll (...TEMP...)
[error] RunTime:opencv_java342.dll loaded, but it might be a problem with needed dependent libraries
ERROR: ...TEMP...: Can't find dependent libraries
[error] script [ test1 ] stopped with error in line 1
[error] java.lang.ExceptionInInitializerError ( java.lang.ExceptionInInitializerError )
[error] --- Traceback --- error source first
line: module ( function ) statement 
1: main (  <module> )     click ("image.png")
[error] --- Traceback --- end --------------

after this I've closed sikulix ide and noticed that jython-standalone-2.7.1.jar dissapeared from sikulix folder - and during next launch warning window displayed saying something like sikulix can't find connected scripting language.

what should I do to make it work?

-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.