Eclipse menus disabled on OS X 10.9 Beta 6

馋奶兔 提交于 2019-12-03 06:55:29

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.

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

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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!