Eclipse menus disabled on OS X 10.9 Beta 6

2019-03-18 18:34发布

today I opened my eclipse as usual but I wasn't able to do anything. All menus except the preferences are grayed out, disabled.

I'm on a Mac Mavericks Beta 6 & Eclipse Kepler

Do u have any hints for me? Restart of Eclipse or the complete mac didn't solve the problem

Eclipse Menu

3条回答
乱世女痞
2楼-- · 2019-03-18 19:14

Did you by any chance install the Mavericks beta 6? This is a known issue, Apple messed up Java. The work around is to install the full JDK http://support.apple.com/kb/DL1572. Solved the problem for me.

查看更多
Evening l夕情丶
3楼-- · 2019-03-18 19:19

Change eclipse startup jvm (Oracle jdk ) will fix this problem, i use oracle jdk 1.7.0_25 and all menu are ok now.

Add this line into Eclipse.ini -vm /Library/Java/JavaVirtualMachines/jdk1.7.0_25.jdk/Contents/Home/bin/java

Good luck

查看更多
We Are One
4楼-- · 2019-03-18 19:21

Installing this also solved the problem for me. http://support.apple.com/kb/DL1572.

查看更多
登录 后发表回答