← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #141210]: can Sikuli run on window server 2003 ?

 

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

    Status: Open => Answered

RaiMan proposed the following answer:
the standard .bat adds the path-to-sikuli/libs entry to the system path,
each time it is run.

so if you have any special path situation on your machine, remove the
PATH= statement and set the system path and the other path
specifications manually.

what is really needed in a .bat or .cmd, to try it out, is this, : 
(supposed java.exe is found with system path and and system path contains path-to-sikuli/libs;path-to-java\jre6\bin)
java -Dpython.path="path-to-sikuli\sikuli-script.jar/" -jar "path-to-sikuli\sikuli-ide.jar" %*

Only to be sure and pls.do not blame me for saying this:
path-to-sikuli and path-to-java have to be adjusted to the according path's on your system ;-)

-- 
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.