For now I'm writing tidbits about computer programming, the plan is to actually blog at some point in time.

Monday, November 12, 2007

Patch for Cmd+Shift+T bug in Eclipse running in Leopard

Eclipse kept on crashing on me since I upgraded to Leopard whenever I used Cmd+Shift+T to navigate to a class. The bug is documented in the Eclipse's Bugzilla here. This bug will be fully fixed in v3.3.2 or a potential v3.3.1.2. For now you can download the latest build for the 3.3.2 stream and replace these plugins:

-org.eclipse.swt_*.jar
-org.eclipse.swt.carbon.macosx_*.jar

with the ones taken from the 3.3.2 build.

No comments: