← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #700736]: Cannot save scripts using IDE on Mac

 

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

RaiMan proposed the following answer:
use on Terminal:
/usr/libexec/java_home -V

to what Java versions you have installed where.

If on Terminal you run 
java -version

what is shown is the Java version used when you issue a java command on
command line

So to run the SikuliX IDE with a suitable java version use in Terminal
java -jar <path-to>/sikulix.....jar

Before this you can select the java version for this Terminal session using
/usr/libexec/java_home -v x.y
where x.y is a suitable version number

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