Question #248364 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/248364
Status: Open => Solved
Jeremiah Jacquet confirmed that the question is solved:
the latest version fixes the problem after installing the latest version
of java. Be sure that your machine actually see the latest install by
checking java -version in your terminal. I thought I install version 7
of java and after checking it was not reflecting the latest.
Try this:
- Download from Oracle:
http://java.com/en/download/mac_download.jsp?locale=en
- Command-Space to open Spotlight, type 'System Preferences', hit
enter.
- Click Java icon in bottom row. After the Java Control Panel opens,
click 'Java' tab, 'View...', and verify that your install worked. You
can see a 'Path' there.
- Verify that the version is as you expect (sub in your path as needed):
/Library/Internet\ Plug-Ins/JavaAppletPlugin.plugin/Contents/Home/bin/java
-version
- Create link from /usr/bin/java to your new install
- sudo ln -fs /Library/Internet\ Plug-
Ins/JavaAppletPlugin.plugin/Contents/Home/bin/java /usr/bin/java
- Sanity check your version: java -version
--
You received this question notification because you are a member of
Sikuli Drivers, which 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