eclipse中的菜单选项是禁用的

时间:2017-10-30 06:56:54

标签: eclipse

eclipse菜单下拉列表中的选项被禁用,如下所示。

enter image description here

无法找到启用它们的方法。除了使用新的eclipse实例之外还有什么方法。

2 个答案:

答案 0 :(得分:1)

我认为这个问题可以通过以下方式解决:

  1. 退出日食。
  2. 打开终端。
  3. 导航到Eclipse.app/Contents/MacOS(cd Eclipse.app/Contents/MacOS)。
  4. 运行./eclipse -nl en
  5. 更新到Eclipse Oxygen.1a(where this bug is fixed):帮助>检查更新
  6. 另见Eclipse公告: Special Notice for Eclipse IDE Users on macOS 10.13 in non-English mode (在Oxygen.1a发布之前编写)

答案 1 :(得分:1)

对于MacOS High Sierra 13.1,此解决方法有效。 https://bugs.eclipse.org/bugs/show_bug.cgi?id=520176#c152

1. Find java.home used by your Eclipse (look for java.home in "About Eclipse" > "Installation Details" > "Configuration")

2. If your java.home is, for example, /Library/Java/JavaVirtualMachines/jdk1.8.0_112.jdk/Contents/Home/jre , go to /Library/Java/JavaVirtualMachines/jdk1.8.0_112.jdk/Contents/Home and create the subfolders Resources/English.lproj

3. Copy the DefaultApp.nib file from a 10.13 or older Mac to /Library/Java/JavaVirtualMachines/jdk1.8.0_112.jdk/Contents/Home/Resources/English.lproj (DefaultApp.nib can be found under /System/Library/Frameworks/JavaVM.framework/Resources/en.lproj or /System/Library/Frameworks/JavaVM.framework/Resources/English.lproj on Mac OS version < 10.13.1)

对于10.13.1之前的macos版本,https://www.eclipse.org/org/press-release/20170925criticalbug.php这应该可以正常工作