← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #250119]: How can I turn on debugging in a JUnit test?

 

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

    Status: Open => Answered

RaiMan proposed the following answer:
You can tell SikuliX, where to find the libs folder by either using

Java option: -Dsikuli.Home=<path-to-folder-containing-libs>

or

environment option: SIKULIX_HOME=<path-to-folder-containing-libs>

The other option is to use a dependency with an absolute path, pointing
to the location of sikulix.jar.

BTW: Since it seems you are working in plain Java, you should use
sikulixapi.jar (setup option 2). Somewhen during the next time, this
will be the artefact available on MavenCentral.

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