Question #258525 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/258525
RaiMan proposed the following answer: ok, the problem is as follows: - your working folder is D:\development\workspace\AutomationFramework\src and not D:\development\workspace\AutomationFramework which should be the project folder - not having a bundle path, as in your case, SikuliX looks for the folder images in the current working folder, but images is here: D:\development\workspace\AutomationFramework\images which is not the current working folder and hence not found. So Sikuli now tries to evaluate the given images/login against the class path, which does not work either. So you have to either take care, that the project folder is taken as working folder or you have to put your complete folder structure into folder src. -- 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

