New question #672975 on Sikuli:
https://answers.launchpad.net/sikuli/+question/672975
I'm using the 1.1.4 version of the sikuliapi.jar file within a java solution.
Code:
package Tests;
import org.junit.Test;
import org.sikuli.script.Screen;
public class MyTest
{
@Test
public void testA() throws Exception
{
Screen s = new Screen();
s.findText("Text");
}
}
When I run the test I receive an error: [error] RunTimeAPI: *** terminating:
TextRecognizer: start: native libraries not found
What am I doing wrong here? Do I need the Tess4J libs aswell? I am confused
about the scripts jar file, that is obsolete right?
--
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.
_______________________________________________
Mailing list: https://launchpad.net/~sikuli-driver
Post to : [email protected]
Unsubscribe : https://launchpad.net/~sikuli-driver
More help : https://help.launchpad.net/ListHelp