← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #202219]: Android+windows xp

 

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

    Status: Open => Answered

RaiMan proposed the following answer:
at 1)
What does it mean: not working?
What are the detailed problems/errors you get.

Be aware, that in many situations images are not exactly the same on the pixel level on different systems because of differences in rendering and in the GUI appearance setup.
So you might need different image sets for different environments.

at 2a)
To run a script on any Windows or Mac system you need (besides JRE6) at least 

Windows:
- sikuli-script.jar
- the libs folder containing the native stuff
- the correct environment setup

Mac:
- a folder /Applications/Sikuli-IDE.app
- sikuli-script.jar (in that folder, but not necessary)
- in that folder a copy of the Frameworks folder at
/Applications/Sikuli-IDE.app/Contents/Framework

In both cases the scripts can be run with
java -jar path-to-sikuli-script.jar path-to-script.sikuli

BUT: command line parameters are not possible! (possible solution:
options file)

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