← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #194353]: How to pass arguments to Sikuli script run without the IDE

 

Question #194353 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/194353

RaiMan posted a new comment:
@ j-the-k
--- sikuli-script.jar
contains all kernel java classes, the c-based modules and supporting stuff, that make up the features of Sikuli. On top it contains all the Jython related stuff including the Jython interpreter Java classes to run a Python script.

--- sikuli-ide.jar
contains the IDE GUI, written in Java. It can be used from command line (as in the Sikuli-IDE.bat, Sikuli-IDE-w.bat or sikuli-ide.sh) to open the IDE, open the IDE with a given script or run it (parameter -r), without showing the IDE GUI.
to run a script, internally the features of sikuli-scritpt.jar are used.

-- 
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.