Open domoritz opened 9 years ago
Have exactly the same issue
I am running on Yosemite. Installed Apple Java6 from http://support.apple.com/kb/DL1572 and it works now.
I also got the Error on macOS Mojave 10.14.3.
I have Java 1.8 installed parallel to Apple Java6. After some searching I found in this article (https://superuser.com/questions/490425/how-do-i-switch-between-java-7-and-java-6-on-os-x-10-8-2) that the home of java 1.6 can be determined by:
/usr/libexec/java_home -v 1.6.0
This command told me the Java Home of 1.6 and i exported the JAVA_HOME variable to 1.6 and it worked:
export JAVA_HOME=/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home
Then i was able to run docear (version for all OS) in the terminal (./docear.sh).