Sikuli code packed as Jar Executable?

Asked by Michael

Hi,

Is there a way to pack the Sikuli code as Jar executable? I'm writing a Sikuli script for my team and want to distribute as an executable, the way we are doing now is installing sikuliX in all systems and running the script

Thank you,
Michael

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

Does not make sense for Python and JRuby scripts, to pack some lines of scripting code and some images into an 50 - 80 MB container.

All over the place, if you use a scripting language, you have to have the interpreter package available on the system, where you run the script. Same goes for SikuliX.

For version 1.1.0+:
In your situation, just place the SikuliX setup folder in a network drive, pack your script into an executable command file, that is aware of the network drive and run it. What SikuliX needs at runtime will be automatically setup on the local system.

Revision history for this message
Michael (michael-satish) said :
#2

Thanks RaiMan, that solved my question.