Launching scripts without IDE on system

Asked by Derrik

Hello,

I am using Sikulix version 2.0.5 and have created a script that is working very well.

 I am wanting to deploy these scripts to several different machines. I'm trying to find a way to launch these scripts without having the IDE installed on the machine.

Currently when I delete sikulixide-2.0.5-win.jar from my machine and attempt launch from CMD I get an error "[Error] sikulix....jar not specified and not found elsewhere" launching with the ide-win.jar file available lets the script run normally.

I have looked through the documentation but have been unable to find anything definitive or recent. Is this possible?

Thanks

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
Derrik (gael12) said :
#1

I should also note that I am trying to run runnable .jar files that were exported from the IDE.

Revision history for this message
Best RaiMan (raimund-hocke) said :
#2

Currently there is no way to run SX scripts (even runnable jars) without having Java and SikuliX IDE installed.

There are no plans to implement such a feature.

Revision history for this message
RaiMan (raimund-hocke) said :
#3

not possible

Revision history for this message
Derrik (gael12) said :
#4

Thanks RaiMan, that solved my question.