← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #201401]: Java problems with Sikuli (64-bit)

 

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

    Status: Open => Answered

RaiMan proposed the following answer:
This usually means, that the jawt.dll cannot be found on system path -
you should check this.

Another test is:

on a command line (with the path set accordingly):

java -jar "C:\Users\k141\Desktop\Sikuli-X-1.0rc3 (r905)-win32\Sikuli-IDE
\sikuli-script.jar" -i

this should open an interactive Sikuli/Jython session, where you can enter statements:
print SCREEN # should print settings for your primary monitor
print capture() # should come up with capture and print the temp file

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