← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #676910]: Sikulix fatal error: loadlib: opencv_java342.dll not in any libs folder --- use build > #152 or SNAPSHOT > -66

 

Question #676910 on SikuliX changed:
https://answers.launchpad.net/sikuli/+question/676910

Vinod posted a new comment:
Hi Raiman,

I get below error:

Caused by: org.sikuli.script.SikuliXception: loadlib: opencv_java342.dll
not in any libs folder

Below is code snippet:-

String filepath = "C:\\Proj\\Files\\Error_Login.png";
		
		Screen s = new Screen();
		Pattern fileInputTextBox = new Pattern("C:\\Proj\\Files\\Error_Login.png");
		String valText = fileInputTextBox.toString();
		System.out.println("text is "+valText);'

Have donwloaded the latest sikulixapi (windows) , trying to validate the
text inside a region or pattern

Appreciate if solution to above problem.

Thanks,
Vinod

-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for SikuliX.