New question #197408 on Sikuli: https://answers.launchpad.net/sikuli/+question/197408
Env: Mac 10.6.8 IDE: Eclipse Java EE Setup my Java project by following http://sikuli.org/wiki/How%20to%20use%20Sikuli%20Script%20in%20your%20JAVA%20programs Then, "Image not found" was reported and found "libopencv_core.2.2.dylib" couldn't be found in "/usr/loca/lib". But the directory was not existing in my mac book. Then I followed Id_179273 to copy all native lib to the same directory with sikuli_scripts.jar, but didn't work. Finally, I manually created the "lib" folder in my "/usr/local", and copy all lib into it, it fixed the problem. In Id_179273, it was said the lib should be at the same directory with sikuli_scripts.jar. But it looks sikuli didn't go to that directory to find the native lib. -- 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

