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</string> <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</string> <string>Pt</string> <string>Ru</string> <string>Sv</string> <string>Tr</string> <string>Zh_hk</string> <string>Zh_tw</string> <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.
Original: http://blog.csdn.net/acm2008/article/details/78136368
About MacOS Upgrade 10.13 system Eclipse menu Grey no solution available