安装 cppcheck 后 eclipse 无法启动

问题描述

我已经为 eclipse 安装了 cppcheck,但不幸的是,每次我想启动 eclipse 时,它​​现在都会出现错误:发生了错误。查看日志文件位于 ....

日志文件包含以下消息:

!SESSION 2021-01-16 00:04:19.627 -----------------------------------------------
eclipse.buildId=4.5.2.M20160212-1500
java.version=1.8.0_05
java.vendor=Oracle Corporation
BootLoader constants: OS=win32,ARCH=x86_64,WS=win32,NL=nl_NL
Framework arguments:  -product org.eclipse.epp.package.cpp.product -pluginCustomization 
C:/intelfpga_lite/18.1/nios2eds/bin/eclipse_nios2/plugin_customization.ini
Command-line arguments:  -os win32 -ws win32 -arch x86_64 -product 
org.eclipse.epp.package.cpp.product -pluginCustomization 
C:/intelfpga_lite/18.1/nios2eds/bin/eclipse_nios2/plugin_customization.ini

!ENTRY org.eclipse.osgi 4 0 2021-01-16 00:04:20.304
!MESSAGE Application error
!STACK 1
java.lang.RuntimeException: Application "org.eclipse.ui.ide.workbench" could not be found in the 
registry. The applications available are: org.eclipse.cdt.codan.core.application,org.eclipse.cdt.core.GeneratePDOM,org.eclipse.cdt.managedbuilder.core.headlessbuild,org.eclipse.e4.ui.workbench.swt.E4Application,org.eclipse.e4.ui.workbench.swt.GenTopic,org.eclipse.equinox.app.error,org.eclipse.help.base.infocenterApplication,org.eclipse.help.base.helpApplication,org.eclipse.help.base.indexTool.
     at org.eclipse.equinox.internal.app.EclipseAppContainer.startDefaultApp(EclipseAppContainer.java:248)
     at org.eclipse.equinox.internal.app.MainApplicationLauncher.run(MainApplicationLauncher.java:29)
     at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:134)
     at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)
     at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:380)
     at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:235)
     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
     at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
     at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
     at java.lang.reflect.Method.invoke(Unknown Source)
     at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:669)
     at org.eclipse.equinox.launcher.Main.basicRun(Main.java:608)
     at org.eclipse.equinox.launcher.Main.run(Main.java:1515)
     at org.eclipse.equinox.launcher.Main.main(Main.java:1488)

我不知道该怎么做,也不知道这条消息意味着什么。我使用的 Eclipse 称为 Nios II Eclipse 软件构建工具(来自 Quartus prime 18.1)

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)

相关问答

错误1:Request method ‘DELETE‘ not supported 错误还原:...
错误1:启动docker镜像时报错:Error response from daemon:...
错误1:private field ‘xxx‘ is never assigned 按Alt...
报错如下,通过源不能下载,最后警告pip需升级版本 Requirem...