工作中经常会对在好几个版本的工程中执行同一个启动类。

这个时候Run Configuration 中就会有 xxx(1) xxx(2) …

我想改名为xxx的时候 就爆出问题
【eclipse问题】 'xxx' configuration with this name already exists..

这个时候只需要到对应工作空间 .metadata\.plugins\org.eclipse.debug.core\.launches 中 删除重复的config就行了
【eclipse问题】 'xxx' configuration with this name already exists..

然后重启eclipse解决。


当然,图省事可以直接删除该文件重启。。。

相关文章:

  • 2022-12-23
  • 2021-06-22
  • 2021-10-04
  • 2021-06-15
  • 2022-12-23
  • 2021-08-27
  • 2021-05-30
猜你喜欢
  • 2021-10-27
  • 2021-06-02
  • 2021-07-09
  • 2021-06-21
  • 2021-04-26
  • 2022-12-23
  • 2021-08-10
相关资源
相似解决方案