← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #193852]: can i do everything on Eclipse what i do on Sikuli IDE?

 

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

    Status: Open => Answered

RaiMan proposed the following answer:
Yes, we can ;-)

have a look at: http://sikuli.org/docx/faq/030-java-dev.html
for the general Java approach.

To use Eclipse for programming in Java with access to the Sikuli API,
you only need to start a new Java project and add a library reference to
sikuli-script.jar.

Since the systems on which Sikuli scripts are run always need a valid
Sikuli installation, it does not make sense, to have sikuli-script.jar
physically (a copy of ...) in your project. When baking a jar file from
your stuff, then you can run it on such a system with a valid Sikuli
installation and adding sikuli-script.jar to the class path.

BTW: at least on Windows, Java 7 cannot be used yet - must be Java 6

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