← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #634289]: Drag and drop issue with Mac

 

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

    Status: Open => Answered

RaiMan proposed the following answer:
yes is possible (but only up to SikuliX 1.1.0, since 1.1.1+ need
1.7/1.8)

in a Terminal:
/usr/libexec/java_home -V

... will show your installed Java versions

export JAVA_HOME=`/usr/libexec/java_home -v 1.6`

... should switch the Java version for this Terminal session to version
6

control via
java -version

... should now show that version 6 is running

now run your stuff in this Terminal session

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