← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #272405]: I am using Sikuli + Java in Ubuntu 15.04, when i try to run the code to upload the file am getting error :: terminating: libs to export not found on above classpath: /sikulixlibs/linux/libs64

 

Question #272405 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/272405

Description changed to:
I am using Sikuli + Java in Ubuntu 15.04, when i try to run the code to
upload the file am getting error :: terminating: libs to export not
found on above classpath: /sikulixlibs/linux/libs64

/Pattern browse = new Pattern("Path of the Browse.png");
		Pattern name = new Pattern("Path of the Name.png"); // Location where we will provide the path of the particular file
		Pattern open = new Pattern("Path of the Open.png"); // Open button
		
		
		Screen src = new Screen();
		src.setAutoWaitTimeout(60);
		//src.click(browse);
		Thread.sleep(2000);
		src.type(name, "Path");
		src.click(open);

This is the code am using and am getting the below error :

*** classpath dump end
[error] RunTimeINIT:  *** terminating: libs to export not found on above classpath: /sikulixlibs/linux/libs64

Could you please suggest me how to handle this.

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