4
votes

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.

2

2 Answers

9
votes

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 setup options

  4. Confirm download

    download jar file

  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...

0
votes

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.