问题描述
我最近安装了Eclipse。当我尝试启动Eclipse时,它显示以下弹出窗口。Error Log。我删除了工作区的元数据,但是没有用。我还考虑过更改首选项取消检查,但是我无法启动Eclipse本身。请帮忙。
错误消息如下:
// ./button.js
const mainProc = remote.require('./main.js');
this.button.addEventListener('click',(evt) => {
var cmd = evt.msg;
mainProc.processCmd(cmd);
console.log('button: trigger');
}
解决方法
您的 Eclipse安装已损坏:根据日志,缺少{{3}所需的插件(包含2.3.3或更高版本的OpenDecibels = () => {
return this.state.sport.clubs.map((element) => {
if (element.dateMatch === Date.now()) {
console.log(element.DateMatch);
return (
<Button
title="Decibels "
color="#841584"
accessibilityLabel="Learn more about this purple button"
/>
);
} else {
return (
<Button
title="Decibels non disponible"
color="#841584"
accessibilityLabel="Learn more about this purple button"
/>
);
}
});
};
软件包) }。这可能与已安装的插件有关,或者与您拥有的过时的Eclipse结合在一起使用。
在这种情况下,最简单的解决方案可能是 Eclipse Docker Tooling (也许是用于企业Java开发人员的Eclipse IDE ,然后可以通过其他插件扩展)。 。也可以从命令行卸载或更新现有插件,但这可能会花费更长的时间并且更加困难,因为导致此问题的真正原因尚不清楚。