Comment 1 for bug 702797

Revision history for this message
RaiMan (raimund-hocke) wrote : Re: Sikuli doesn't work in Windows 7 64 bit

Could you please run the following test on your system

--- in the following please change the strings "path-to-sikuli" and "path-to-java" to the correct specifications on your machine
for example on my Win7-32 it is in the standard:
path-to-sikuli: c:\Program Files\Sikuli X
path-to-java: c:\Program Files\Java

--- Make sure the following 2 entries are in the system path:
path-to-sikuli\libs
path-to-java\jre6\bin

--- make sure java.exe can be run on command line by just using "java"

--- on a command line run the following (it is 1 line ;-):
echo from sikuli.Sikuli import *; print SCREEN | java -cp "path-to-sikuli\sikuli-script.jar" org.python.util.jython

--- please report the result (copy and paste output).