← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #697378]: Output of Sikulix IDE on console

 

Question #697378 on SikuliX changed:
https://answers.launchpad.net/sikuli/+question/697378

    Status: Open => Answered

RaiMan proposed the following answer:
>>>  D:\ pathToSikuli\sikulixide-2.0.5.jar

on command line starts the IDE as if you would have double clicked it.
It does not know about the fact, that stdout should go to cmd window. It
simply does not show the IDE window with the message area, because of
the -r parameter.

hence:
java -jar D:\ pathToSikuli\sikulixide-2.0.5.jar -f D:\ pat.......

is the correct way, to run scripts from command line and see the output
there.

-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for SikuliX.