Use Sikuli Downloads Outside of Sikuli

Asked by Karl

When I installed Sikuli I included Jython installation, so Sikuli downloaded jython. It is in C:\Users\User\AppData\Roaming\Sikulix\SikulixDownloads as jython-standalone-2.7.0.jar.
This is the same file from http://www.jython.org/downloads.html.

Is there a way to use this directly or do I need to use jython-installer-2.7.0.jar?

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

the
SikulixDownloads/jython-standalone-2.7.0.jar
is downloaded from MavenCentral during setup.

... the same download link as on the Jython homepage.

the standalone..jar is intended to be used in situations, where has is to be available from the class path and is a sub feature (as with SikuliX).

the installer...jar is intended to setup a standard Jython (Python) interpreter environment with a Lib folder in the filesystem and some command line scripts so you might use it to run scripts or in some IDE like Eclipse/PyDev.

So it depends on your plans, which one is the right for you.

If needed, you might use the SikulixDownloads/jython-standalone-2.7.0.jar of course, but should live it in place and reference it.

Revision history for this message
Karl (k-d) said :
#2

Thanks RaiMan, that solved my question.