How to get sikuli-script.jar for Windows 64 bit machine

笑着哭i 提交于 2019-11-27 03:06:03

问题


I have downloaded sikuli-setup.jar and successfully able to install it. I am able to run sikuli from GUI but I want to run sikuli script from eclipse which require sikuli-script.jar. Please let me know the location or way to download it.


回答1:


Instead of sikuli-script.jar you can use sikuli-java.jar as follows:

  1. Download last setup from here and put it in in a dedicated folder (e.g d:\sikuli)
  2. Run the downloaded jar file sikuli-setup.jar (a. Simply double click on sikuli-setup.jar or b. from command prompt execute the command: java -jar sikuli-setup.jar)
  3. Choose options as shown

  4. Confirm download

  5. Include sikuli-java.jar in your project build path (let eclipse just link to its location)

  6. Usage sample here

Hopefully it would work & ENJOY...




回答2:


http://www.sikuli.org/downloadrc3.html This link has clear information about how to download and install sikuli for both 32 as well as 64 bit machine.




回答3:


You can dowmload it from

https://launchpad.net/sikuli/+download download Slikuli-setup.jar . It is used for both 32-bit and 64-bit JVMs.



来源:https://stackoverflow.com/questions/20114511/how-to-get-sikuli-script-jar-for-windows-64-bit-machine

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!