Using Eclipse With Java 1.6 (aka Mustang) on Mac OS
Apr 18th, 2007 by rb
Because this is the second time I ran into problems with these bad class version, here is a solution once and for all. Find your Eclipse application, show it’s package content, edit
Eclipse.app/Contents/MacOS/eclipse.ini
and put
-vm
/System/Library/Frameworks/JavaVM.framework/Versions/1.6/Home/bin/java
into the first lines. Solved it for me.