← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #179851]: sikuli not running on vps

 

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

    Status: Open => Answered

RaiMan proposed the following answer:
JRE7 cannot be used with Sikuli.

make sure, that Sikuli uses JRE6.
make a test: on command line run:
java -version
this should tell you, that a java 1.6.0 is running. (latest is 1.6.0_29)

make sure, environment variable is set
SIKULI_HOME=path-to-the-sikuli-programfolder\
where the trailing backslash is mandatory.

So e.g. using the standard program folder:
SIKULI_HOME=C:\Program Files\Sikuli X\

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