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...
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:
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.