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

    Status: Open => Answered

RaiMan proposed the following answer:
SETX does not set environment variables for the current command line,
you have to use the normal set command.

make ONE command file:
set PATH=%PATH%;c:\Program Files\Sikuli X\libs;c:Program Files\Java\jre6\bin
set SIKULI_HOME=c:\Program Files\Sikuli X\
java -cp "%SIKULI_HOME%sikuli-script.jar" org.python.util.jython 
c:\myworkspace\myscripts.py

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