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

    Status: Open => Answered

RaiMan proposed the following answer:
If you decide to program your workflows in Java, then only
sikulixapi.jar is needed.

Of course you can create a fat jar including sikulixapi.jar, but that is
very inefficient (size and update challenge).

A more efficient solution is, to distribute a sikulixapi.jar once to
every machine (created with setup) and then run your workflow jar from a
run-script, that takes care, that the sikulixapi.jar is on the Java
class path at runtime.

-- 
You received this question notification because your team Sikuli Drivers
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

Reply via email to