Cant find sikuli-script.jar file in Windows after installation.

Asked by srijith

I want to use eclipse for writing sikuli scripts in windows machine.
I have installed Sikuli in C:\sikuli , but I'm not able to find the jar sikuli-script.jar to add
it in external JARs in Eclipse.

Has the steps to configure sikuli in eclipse changed ? I remember this is how I did last time.

Please let me know if I need to get this file separately. If not how to configure eclipse for sikuli script
using this installation.

PS :- while installing I have ticked all the options except last but one.

Question information

Language:
English Edit question
Status:
Solved
For:
SikuliX Edit question
Assignee:
No assignee Edit question
Solved by:
RaiMan
Solved:
Last query:
Last reply:
Revision history for this message
Best RaiMan (raimund-hocke) said :
#1

--- I Suppose
- we are talking about version 1.0.1
- you want to write Jython scripts using Eclipse PyDev
- you have ran setup in c:\sikuli at least with option 4 (the only one needed for developing as you want) and this finnished wit a success message.

The resulting jars (option 1: sikuli-ide.jar, option 2: sikuli-script.jar and Option 3/4: sikuli-java.jar)
sikuli-java.jar is the one recommended for developing in other IDE's like Eclipse.

If you want to run ready scripts from command line, then you could either do this using your own Jython (still option 4 is sufficient).
If you do not want your own Jython you might either use Script (option 2) or IDE (option 1) to run your scripts from commandline using the provided command files.

Option 5 is needed if you want to use OCR and and find(text).

In all cases you should delete the libs folder in c:/sikuli, to get it refreshed at runtime.

More info:
https://answers.launchpad.net/sikuli/+question/237747

Revision history for this message
srijith (srijithbhandary) said :
#2

Thanks RaiMan, that solved my question.