Public bug reported:
I created an Eclipse Maven project and using the 1.1.0-SNAPSHOT of the
sikulixapi.
The issue I have is that I used to be able to run my tests with just the
following dependency.
<dependency>
<groupId>com.sikulix</groupId>
<artifactId>sikulixapi</artifactId>
<version>1.1.0-SNAPSHOT</version>
</dependency>
However, I started receiving a classpath dump with a RunTimeINIT error that
requested that the /sikulixlibs/windows/libs64 be on the classpath.
I resolved this error by adding the following to POM.
<dependency>
<groupId>com.sikulix</groupId>
<artifactId>sikulixlibswin</artifactId>
<version>1.1.0-SNAPSHOT</version>
</dependency>
** Affects: sikuli
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of Sikuli
Drivers, which is subscribed to Sikuli.
https://bugs.launchpad.net/bugs/1485344
Title:
[1.1.0] Maven project: windows libs jar reported as missing
Status in Sikuli:
New
Bug description:
I created an Eclipse Maven project and using the 1.1.0-SNAPSHOT of the
sikulixapi.
The issue I have is that I used to be able to run my tests with just the
following dependency.
<dependency>
<groupId>com.sikulix</groupId>
<artifactId>sikulixapi</artifactId>
<version>1.1.0-SNAPSHOT</version>
</dependency>
However, I started receiving a classpath dump with a RunTimeINIT error that
requested that the /sikulixlibs/windows/libs64 be on the classpath.
I resolved this error by adding the following to POM.
<dependency>
<groupId>com.sikulix</groupId>
<artifactId>sikulixlibswin</artifactId>
<version>1.1.0-SNAPSHOT</version>
</dependency>
To manage notifications about this bug go to:
https://bugs.launchpad.net/sikuli/+bug/1485344/+subscriptions
_______________________________________________
Mailing list: https://launchpad.net/~sikuli-driver
Post to : [email protected]
Unsubscribe : https://launchpad.net/~sikuli-driver
More help : https://help.launchpad.net/ListHelp