← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #660197]: JAR or EXE file from Sikuli python script

 

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.