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.

_______________________________________________
Mailing list: https://launchpad.net/~sikuli-driver
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp

Reply via email to