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

    Status: Open => Answered

RaiMan proposed the following answer:
Ok, you have to transform it to a Windows command file ;-)

something like that

set 
cp=<some-folder>/mysql-connector-java-5.1.21/mysql-connector-java-5.1.21-bin.jar
set cp=%cp%:<some-other-folder>/jython.jar
java -cp %cp% org.python.util.jython %1.sikuli/%1.py

and the / have to be \

I am not sure, wether on Windows the colon ( : ) in the class path must
be a semicolon ( ; )

-- 
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

Reply via email to