
Java on Mac
2009-03-29http://blog.kischuk.com/2008/05/08/running-eclipse-on-macbooks-with-java-6/
http://troyworks.com/blog/2008/06/08/eclipse-jvm-terminated-exit-code-1/
http://forums.macosxhints.com/showthread.php?t=91060
I had to unlink the /System/Libraries/Frameworks/JavaVM.Framework/Versions/Current* from 1.6.0 and relink to A after installing a Java update.
Eclipse didn’t work because apparently the new JDK or something doesn’t do 32-bit mode… I don’t know what the problem was exactly, but it manifested itself as not running/compiling Java apps from the command-line, and Eclipse not starting with a verbose message indicating its command-line invocation, and an exit code = -1.
Problem solved.