sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #35714
Re: [Question #274811]: screen/graphics issue when running from terminal
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.