← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #165282]: While distributing Sikuli executable to clients, do we need to install Sikuli on client's pc?

 

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.