← Back to team overview

sikuli-driver team mailing list archive

[Question #681880]: Classpath problem inside maven project

 

New question #681880 on Sikuli:
https://answers.launchpad.net/sikuli/+question/681880

My poms are too big to be copied in here but in general i am just using the dependency from your https://github.com/RaiMan/SikuliX-2014/wiki/How-to-use-with-Maven page.

    <dependency>
        <groupId>com.sikulix</groupId>
         <artifactId>sikulixapi</artifactId>
         <version>1.1.1</version>
    </dependency>

Clean install and builds are working fine, same as the local execution.

Im only having problems once my build transfers the jars to my execution server where i am getting:
   
    [error] RunTimeINIT:  *** terminating: libs to export not found on above classpath: /sikulixlibs/windows/libs64

when i try to run it.

Any idea what could be wrong here?

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