← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #268529]: where is sikuli-script.jar equivalent when integrating with Robotframework, Selenium

 

Question #268529 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/268529

    Status: Answered => Solved

peter huang confirmed that the question is solved:
i have got the key points. It is related to Jython classpath. 
I use following Jythonpath, it works. 
If Sikulixapi.jar is one Jar, why JYTHONPATH should be like following?
%sikulix_jar%/Lib??? Sounds a little strange to me.

set sikulix_jar=E:\Sikulix-2014\sikulixapi.jar

set CLASSPATH=%sikulix_jar% 
set JYTHONPATH=%sikulix_jar%/Lib;E:\JYTHON2.7.0

-- 
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.