Eclipse menus disabled on OS X 10.9 Beta 6

后端 未结 3 1180
甜味超标
甜味超标 2021-02-08 05:36

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 & Ecl

相关标签:
3条回答
  • 2021-02-08 06:04

    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.

    0 讨论(0)
  • 2021-02-08 06:19

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

    0 讨论(0)
  • 2021-02-08 06:20

    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

    0 讨论(0)
提交回复
热议问题