Retina Display Support for Myeclipse 10.x at RMBP MAC OS

1) Open the Info.plist that is on: “/Applications/MyEclipse/MyEclipse\ 10.app/Contents/Profile/myeclipse.app/Info.plist”

Please note that there are two Info.plist file. The first one is right bellow “My Eclipse\ 10.app”, editing this file doesn’t have any effect

2) At the bottom of the xml you need to add (before closing the xm):

Code:
<key>NSHighResolutionCapable</key>
<true/>

After editing the file should something similar to (tail -10 Info.plist):

Code:
<!– WARNING:
If you try to add a single VM argument (-vmargs) here,
*all* vmargs specified in eclipse.ini will be ignored.
We recommend to add all arguments in eclipse.ini
–>
</array>
<key>NSHighResolutionCapable</key>
<true/>
</dict>
</plist>

Note: Even if you are used to the console, you need to use “Finder” for the following steps
2) You need to copy the directory “/Applications/MyEclipse/MyEclipse\ 10.app/Contents/Profile/myeclipse.app/” and paste it
At this point you will have something similar to:
/Applications/MyEclipse/MyEclipse\ 10.app/Contents/Profile/myeclipse.app/
/Applications/MyEclipse/MyEclipse\ 10.app/Contents/Profile/myeclipse.app\ copy/

3) Remove the directory “my eclipse.app” (Yes you need to remove the original!)
4) Rename the directory “my eclipse.app\ copy” to “my eclipse.app”
5) Enjoy programming on your “retina display”!

FROM:http://zxzjim.wordpress.com/2012/11/13/how-to-crack-myeclipse-10-6-in-macosx/
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章