首页 > 解决方案 > Eclipse Outline 窗口未使用语言包打开

问题描述

尝试打开大纲窗口时显示以下错误:

在此处输入图像描述

还显示了下面的堆栈跟踪。

在安装语言包之前,它可以正常打开。日食版本:

面向企业 Java 和 Web 开发人员的 Eclipse IDE(包括孵化组件)版本:2021-03 (4.19.0) 内部版本 ID:20210312-0638 操作系统:Windows 10、v.10.0、x86_64 / win32 Java 版本:11.0.5

java.lang.IllegalStateException: Conflicting handlers: {[org.eclipse.ui.internal.handlers.PropertyDialogHandler@6d234853,  for 'org.eclipse.ui.file.properties',  in WorkbenchContext, active=true, sourcePriority=0, participating=true]} vs {[org.eclipse.ui.internal.handlers.PropertyDialogHandler,  for 'org.eclipse.ui.file.properties',  in WorkbenchContext, active=true, sourcePriority=0, participating=true]} in: WorkbenchContext
    at org.eclipse.ui.internal.handlers.LegacyHandlerService$HandlerSelectionFunction.compute(LegacyHandlerService.java:145)
    at org.eclipse.e4.core.internal.contexts.ValueComputation.get(ValueComputation.java:70)
    at org.eclipse.e4.core.internal.contexts.EclipseContext.internalGet(EclipseContext.java:250)
    at org.eclipse.e4.core.internal.contexts.EclipseContext.get(EclipseContext.java:237)
    at org.eclipse.e4.core.commands.internal.HandlerServiceImpl.lookUpHandler(HandlerServiceImpl.java:103)
    at org.eclipse.e4.core.commands.internal.HandlerServiceHandler.setEnabled(HandlerServiceHandler.java:75)
    at org.eclipse.core.commands.Command.setEnabled(Command.java:856)
    at org.eclipse.ui.menus.CommandContributionItem.isEnabled(CommandContributionItem.java:916)
    at org.eclipse.ui.menus.CommandContributionItem.updateMenuItem(CommandContributionItem.java:531)
    at org.eclipse.ui.menus.CommandContributionItem.update(CommandContributionItem.java:484)
    at org.eclipse.jface.action.MenuManager.update(MenuManager.java:860)
   ...

标签: eclipseoutline

解决方案


推荐阅读