Recently, Apple released MacOS High Sierra, version 10.13, specifically for Mac Pro users, for the benefit of everyone to the Apple website, I am an upgrade to the new version of this system beneficiaries, but also become a victim: Open eclipse after the menu to see, Found dumbfounded, all menu bar options turned gray, completely unusable, such as:
The workaround steps are as follows:
1. Close Eclipse and find the Eclipse launcher Eclipse.app;
2. In Eclipse.app right click to select "Show Package Contents";
3. Open the Contents folder, modify the Info.plist, and comment (or delete) the following:
<key>CFBundleLocalizations</key> <array> <string>ar</string> <string>cs</string> <string>da</string> <string>el</string> <string>en</string> <string>es</string> <string>de</st ring> <string>fi</string> <string>fr</string> <string> ;hu</string> <string>it</string> <string>iw</string> < ;string>ja</string> <string>ko</string> <string>nl</string> <string>no</string> <string>pl</string> <string>pt_br</str ing> <string>pt</string> <string>ru</string> <string> Sv</string> <string>tr</string> <string>zh_HK</string> <string>zh_tw</s Tring> <string>zh</string> </array>
4. Then open the Eclipse folder, modify Eclipse.ini, add the content at the end: "-duser.language=en";
5. Start eclipse at this time and you'll find it's OK.
Transferred from: http://blog.csdn.net/u013591119/article/details/78208709
About MacOS Upgrade 10.13 system Eclipse menu Grey no solution available