Re: [Sikuli-driver] [Question #272405]: Ubuntu 15.04: Java: error :: terminating: libs to export not found on above classpath: /sikulixlibs/linux/libs64

2015-10-14 Thread Amith TD
Question #272405 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/272405

Status: Answered => Solved

Amith TD confirmed that the question is solved:
Thanks for the above updates!!!

Issue you got resolved

Thanks,
Amith T D

-- 
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 : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


Re: [Sikuli-driver] [Question #272405]: Ubuntu 15.04: Java: error :: terminating: libs to export not found on above classpath: /sikulixlibs/linux/libs64

2015-10-14 Thread Amith TD
Question #272405 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/272405

Amith TD posted a new comment:
Thanks for coming back.,

Yes, it is SikuliXSetup-1.1.0.Jar

I downloaded few of the Sikuli Jar's and added to my Eclipse build path.

-- 
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 : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


Re: [Sikuli-driver] [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 class

2015-10-13 Thread Amith TD
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.

___
Mailing list: https://launchpad.net/~sikuli-driver
Post to : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp


[Sikuli-driver] [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

2015-10-13 Thread Amith TD
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 : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp