New question #272405 on Sikuli:
https://answers.launchpad.net/sikuli/+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

/Pattern browse = new 
Pattern("/home/biginfolabs/Desktop/SRC/Sikuli/Browse.png");
                Pattern name = new 
Pattern("/home/biginfolabs/Desktop/SRC/Sikuli/Browse.png/Name.png");
                Pattern open = new 
Pattern("/home/biginfolabs/Desktop/SRC/Sikuli/Browse.png/Name.png/Open.png");
                
                
                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.

_______________________________________________
Mailing list: https://launchpad.net/~sikuli-driver
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp

Reply via email to