sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #15572
Re: [Question #219330]: Sikuli java api does not run on CentOS
Question #219330 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/219330
Description changed to:
Hi, I tried running sikuli-api version:1.0.2 on the x64 version of
CentOS 5.5, and the application does not work.
I have got error:
tmp/javacpp8897434569464444/libjniopencv_core.so: libopencv_core.so.2.4:
cannot open shared object file: No such file or directory
my pom.xml file shortened:
<repositories>
<repository>
<id>javacpp</id>
<name>JavaCPP</name>
<url>http://maven2.javacpp.googlecode.com/git/</url>
</repository>
<repository>
<id>javacv</id>
<name>JavaCV</name>
<url>http://maven2.javacv.googlecode.com/git/</url>
</repository>
</repositories>
<dependency>
<groupId>org.sikuli</groupId>
<artifactId>sikuli-api</artifactId>
<version>1.0.2</version>
</dependency>
<dependency>
<groupId>org.sikuli</groupId>
<artifactId>sikuli-webdriver</artifactId>
<version>1.0.1</version>
</dependency>
<dependency>
<groupId>com.googlecode.javacpp</groupId>
<artifactId>javacpp</artifactId>
<version>${javacpp.version}</version>
</dependency>
<dependency>
<groupId>com.googlecode.javacv</groupId>
<artifactId>javacv</artifactId>
<version>${javacv.version}</version>
</dependency>
any ideas how fix this?
Thanks in advance.
--
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.