← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #263876]: trying to run 'runIDE' script on mac, getting error: Unable to access jarfile /sikuli-ide.jar

 

Question #263876 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/263876

    Status: Open => Answered

RaiMan proposed the following answer:
simply try the following (in a Terminal / command line):

- go to your home folder

java -Dsikuli.FromCommandLine -jar /Applications/SikuliX-
IDE.app/Contents/sikuli-ide.jar -r Downloads/sikuli_costar.sikuli


You might put this into a command script: (e.g. myrunner)

java -Dsikuli.FromCommandLine -jar /Applications/SikuliX-
IDE.app/Contents/sikuli-ide.jar $*

then you can use it as
. myrunner -r path-to-a-script.sikuli 

I am sorry, but the 1.0.1 is a mess ;-)

-- 
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.