← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #325115]: Sikulix with Java is not working

 

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

    Status: Open => Answered

RaiMan proposed the following answer:
For usage with Java you either have to run your stuff as a Maven project
or reference a correctly setup sikulixapi.jar in your project (have it
on classpath). No other approach is supported.

I recommend version 1.1.1 (http://sikulix.com).

BTW: Debug.on(5) does not make much sense. A 3 is sufficient.

To get debug info from beginning of startup, add
-Dsikuli.Debug=3 
to your your Java command line or put
Debug.on(3);
at the beginning of your code, before any SikuliX feature is used.

This might help to identify any setup/environment problems.

-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.