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.
4
votes
2 Answers
9
votes
Instead of sikuli-script.jar you can use sikuli-java.jar as follows:
- Download last setup from here and put it in in a dedicated folder (e.g d:\sikuli)
- 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)
Choose options as shown
Confirm download
Include sikuli-java.jar in your project build path (let eclipse just link to its location)
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.