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

I downloaded sikuli-setup.jar and was able to install it successfully. I can run sikuli from the GUI, but I want to run sikuli script from eclipse, which requires sikuli- script.jar. Please let me know the location or how to download it.

+4
source share
3 answers

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

  • Download the latest setting from here and put it in a dedicated folder (e.g. d: \ sikuli)
  • Run the downloaded jar file sikuli-setup.jar (a. Just double-click sikuli-setup.jar or b. From the command line, run the command: java -jar sikuli-setup.jar)
  • Select options as shown setup options

  • Confirm Download

    download jar file

  • Include sikuli-java.jar in your project building path (let the eclipse just contact its location)

  • Usage example here

Hope this works and ENJOYS ...

+9
source

You can download it from

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

0
source
0
source

All Articles