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…
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Open the
<Installation Directory>/Eclipse.app/Contents/Info.plistwith a text editor and add the following before</dict>:<key>NSHighResolutionCapable</key>
<true/>
If you open the
Info.plistfile 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 theInfo.plistfile.