Eclipse Juno and Retina Resolution

ina picture ina · Oct 22, 2012 · Viewed 16.2k times · Source

Is it possible to have Eclipse Juno display at retina resolution? I was able to edit info.plist for previous versions of Eclipse, but this does not work with Juno...

Answer

Douglas picture Douglas · Oct 23, 2012

Open the <Installation Directory>/Eclipse.app/Contents/Info.plist with a text editor and add the following before </dict>:

<key>NSHighResolutionCapable</key>
<true/>

If you open the Info.plist file with Xcode it should look like that:

Info.plist file after enabling high resolution

Now make a copy of the Eclipse application (Eclipse.app). You can copy it to the same directory it already is; this step is required just to make the OS reload the changes in the Info.plist file.