sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #45110
[Question #662010]: Class path Dump error
New question #662010 on Sikuli:
https://answers.launchpad.net/sikuli/+question/662010
Hi
I am running a small program
public static void main(String[] args) throws FindFailed, InterruptedException {
Screen screen = new Screen();
Thread.sleep(5000);
Region r = screen.find("C:\\Users\\KHANDELA1\\Pictures\\AssetName_excel.PNG").below(20);
screen.hover(r);
String read = r.text();
System.out.println("read"+read);
using sikulixapi.jar from sikulixsetup1.1.1.jar but I am getting the below error
*** classpath dump
0: /C:/Users/KHANDELA1/workspace/DAMRegression/bin/
1: /C:/Users/KHANDELA1/Documents/Jars%20for%20Ant/cucumber-jvm-deps-1.0.3.jar
2: /C:/Users/KHANDELA1/Documents/Jars%20for%20Ant/cucumber-reporting-0.1.0.jar
3: /C:/Users/KHANDELA1/Documents/Jars%20for%20Ant/gson-2.3.1.jar
4: /C:/Users/KHANDELA1/Documents/Jars%20for%20Ant/gson-2.8.0.jar
....
26: /C:/Users/KHANDELA1/Documents/jar/sikulli/sikulixapi.jar
*** classpath dump end
[error] RunTimeINIT: *** terminating: libs to export not found on above classpath: /sikulixlibs/windows/libs64
Please help to resolve this
Also when I am running the setup with option 3 (OCR) also checked I get the pop up that trying to extract from: tesseract-ocr-3.02.eng.tar.gz but nothing happens after that
Please help
--
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.