New question #229353 on Sikuli:
https://answers.launchpad.net/sikuli/+question/229353

Hi,
I thought I had cracked the installation issues but clearly I have not!

I'm getting this error when I attempt to run in Eclipse:-
/usr/lib/jvm/java-1.7.0-openjdk-amd64/jre/bin/java: symbol lookup error: 
/home/userdir/Sikuli999/libs/libVisionProxy.so: undefined symbol: 
_ZN2cv6imreadERKSsi 

public class SimpleBeta {
  public static void main(String[] args) {
    Screen s = new Screen();
    try{
     Thread.sleep(10000);
     s.click("/home/userdir/workspace/SikuliBeta/imgs/Selection_002.png", 0);
    }
    catch(Exception e){
     e.printStackTrace();
    }
  } 
}

Any ideas,

Thanks,

Mark


-- 
You received this question notification because you are a member of
Sikuli Drivers, which 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