码迷,mamicode.com
首页 > 系统相关 > 详细

8.5 sikuli 集成进eclipse 报错:can't be found on the disk

时间:2016-07-03 23:05:11      阅读:151      评论:0      收藏:0      [点我收藏+]

标签:

运行提示can‘t be found on the disk

技术分享

如图..代码中的文件路径(不注明应该就是直接在test文件夹下)和实际放图片的路径不一致(test\src\img)。

指定路径

String imgpath = ".\\src\\img\";    //相对路径

// String  imgpath="D:\workspace\test\src\img";   //绝对路径

s.find(imgpath+"txt.png");  

.........

技术分享

8.5 sikuli 集成进eclipse 报错:can't be found on the disk

标签:

原文地址:http://www.cnblogs.com/ericazy/p/5638869.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!