Including myself, many Java developers are scratching their heads because of the stability issue of Eclipse after upgrading their Mac OS X to Leopard. It’s mentioned in so many Java forums and also Apple Discussion forum, but don’t know why neither Eclipse nor Apple has update about problem. Eclipse would crash and close itself if you try some of your familiar shortcut keys.
Hopefully, I searched the net and thanks to plan4041, he posted a hint how to resolve this problem. You may find the latest build of Eclipse from http://update.eclipse.org/downloads/. For me, I’m using 3.3, so I got M20080130-0800. Extract the latest build and copy these 2 files from the build to replace your local copy.
/eclipse/plugins/org.eclipse.swt_3.3.2.vXXXXX.jar
/eclipse/plugins/org.eclipse.swt.carbon.macosx_3.3.2.vXXXXX.jar
I don’t know what have been changed in the build lately and not sure if it has solved the problem totally. But what I feel is now I can use command+shift+T that I used most and it would crashed Eclipse very often before.
Honestly I’m happy with Leopard except this issue. Hope you can still continue your Java development in Leopard!





