Last Updated: February 25, 2016
·
626
· rafaelzlisboa

older eclipse version on macbook retina

if you've opened an older eclipse version on your new fancy macbook retina (i use indigo here), you probably realized that the fonts are kind of screwed up.

here's how to fix that:

  • open Eclipse.app/Contents/Info.plist
  • go to the end of the file, and right before the part that says </dict> </plist>, add: <key>NSHighResolutionCapable</key> <true/>
  • touch the Eclipse.app folder (mac os x has some caching going on): touch Eclipse.app/
  • voilà! fonts are cool.