← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #670367]: [error] RunTimeINIT: *** terminating: libs to export not found on above classpath: /sikulixlibs/windows/libs64

 

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

    Status: Open => Answered

RaiMan proposed the following answer:
You have to take care, that com.sikulix::sikulixlibswin::1.1.1 is an
additional runtime dependency.

The sikulixapi pom contains:
    <dependency>
      <groupId>com.sikulix</groupId>
      <artifactId>${sikulix.libs}</artifactId>
      <version>1.1.1</version>
    </dependency>

${sikulix.libs} is defined by a profile, that does not work with gradle.

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