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

    Status: Open => Answered

RaiMan proposed the following answer:
Using
import org.sikuli.script.*;

???

This is from Eclipse Indigo and does not make problems:

import org.sikuli.script.*;

public class test {

        /**
         * @param args
         */
        public static void main(String[] args) throws FindFailed{
                // TODO Auto-generated method stub
                Screen s = new Screen();
                s.click("xxx.png");
        }

}

having a reference to sikuli-script.jar in the Java-Build-Path libraries
of the project.

-- 
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