Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

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.

like image 612
Varun Avatar asked Jan 12 '23 20:01

Varun


1 Answers

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

like image 118
Amr Lotfy Avatar answered Mar 21 '23 08:03

Amr Lotfy