← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #166178]: SikuliX 64Bit / Win7 64Bit: Can't find dependent libraries

 

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

    Status: Open => Answered

RaiMan proposed the following answer:
What are you doing with Win32Util? This is only for internal use and not
an official API.


the basic test would be:

Screen s = new Screen();
s.click("absolute-path-to-some-image.png");

in a main() that throws FindFailed.

and just at the beginning:
import org.sikuli.script.*;

Why not first try the easy things?

BTW: For using the Sikuli AI in Java the JDK is not necessary. You
should use a separate install of the latest JRE only. And for Sikuli
this should be referenced before any JDK stuff in the path.

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