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

    Status: Open => Answered

RaiMan proposed the following answer:
The recommended way, to switch between different installed Java versions
on OS X when running in a Terminal session still is to use the command
/usr/libexec/java_home

- list all installed Javas
/usr/libexec/java_home -V

- switch to a specific java version (Java 7 in this case)
export JAVA_HOME=`/usr/libexec/java_home -v 1.7`

-- your problem
use this on command line to get a more specific startup debug

./runsikulix -d 3 -c -r /Users/apple/Downloads/sikuli.skl

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

_______________________________________________
Mailing list: https://launchpad.net/~sikuli-driver
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp

Reply via email to