-
Type:
Suggestion
-
Resolution: Unresolved
-
Component/s: None
The bin/fisheyectl.sh script hard codes the location of JAVA_HOME.
This has changed in Mountain Lion.
See http://lists.apple.com/archives/java-dev/2011/Jul/msg00172.html for how to obtain the correct location.
export JAVA_HOME=`/usr/libexec/java_home` is exactly what you want to do.