Question #165282 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/165282
Status: Open => Answered
RaiMan proposed the following answer:
You can put everything in one directory and adjust the paths
accordingly. No need for anything in c:\Program Files.
some-dir
- sikuli-script.jar
- libs
- your-script.sikuli (or .skl)
-- path-to-some-dir/libs needs to be in system path (+ the path-to-
java/jre6/bin)
to run the script:
java -jar path-to-some-dir/sikuli-script.jar path-to-some-dir/your-
script.sikuli
-- I am not sure wether relative paths work - just try
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.
_______________________________________________
Mailing list: https://launchpad.net/~sikuli-driver
Post to : [email protected]
Unsubscribe : https://launchpad.net/~sikuli-driver
More help : https://help.launchpad.net/ListHelp