Eclipse, Java on Snow Leopard
Jun 10th, 2010 by tammy
I found I have to start eclipse with some new options to run 3.2 on Snow Leopard.
$ ./eclipse -clean -consolelog -d32 -vm /System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Home/bin/java
I need to run the java 1.5 vm and use 32 architecture (Snow Leopard uses 64 bit java by default).
I was getting all sorts off odd errors otherwise — class not found exceptions, etc. Seemingly unrelated errors ;p