sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #52105
Re: [Question #681880]: Classpath problem inside maven project
Question #681880 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/681880
Description changed to:
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. I checked the built jars and only
sikulix1tigervnc-1.1.1.jar
sikulixapi-1.1.1.jar
sikulixlibslux-1.1.1.jar
seem to be there.
Any idea what could be wrong here?
--
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.