Install sikuli 1.1.3

Asked by mrderanakt

How can i use sikuli 1.1.3 in Atom IDE?

Question information

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

or how can i use sikuli 1.1.3 in sikuli IDE?

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

---- Atom:
configure for Python scripting and run from commandline using Jython.
(see: https://github.com/RaiMan/SikuliX-2014/wiki/Jython-in-IDEs-like-Eclipse-or-running-it-from-commandline)

---- SikuliX IDE:
run setup and follow the docs and tons of examples in the net.

Revision history for this message
mrderanakt (mrderanakt) said :
#3

Is it possible to update Sikuli IDE from 1.1.2 to 1.1.3?

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

run new setup.
see: http://sikulix.com

Revision history for this message
mrderanakt (mrderanakt) said :
#5

Why I can't open runsikulix.cmd in 1.1.3 version?It just opened in cmd window and quickly closed.I installed java 8 and java 10 versions

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

Apparently the runsikulix.cmd has to be revised for Java versions 8+

what can you do:

- uninstall Java 10 - with Java 8 only it should work (if Java 8 is installed correctly)

- in your environment set JAVA_HOME to the Java install directory, that contains the \bin folder
(then runsikulix.cmd should work with any Java version)

- use the Java command directly from commandline:
java -jar <path-to>\sikulix.jar .... possible parameters

If you only want to start the IDE, then just double clicking on sikulix.jar is sufficient.

Revision history for this message
mrderanakt (mrderanakt) said :
#7

Thank you very much!)