原文地址:

解决A program file was not specified in the launch configuration.问题

1、右键点击项目并打开Properties选项

Linux eclipse 解决The program file specified in the launch configuration does not exist问题


2、在Run/Debug Settings中选中自己编译出来的项目,并点击Edit...

Linux eclipse 解决The program file specified in the launch configuration does not exist问题


3、我的项目是因为C/C++ Application地址写错了,才会出现program does not exist的错误,改成Debug/项目名就可以了

Linux eclipse 解决The program file specified in the launch configuration does not exist问题


而原博文中介绍的方法是选择自己想要的degug或者release版本,然后一路点Ok,最后再次运行,就可以了!

Linux eclipse 解决The program file specified in the launch configuration does not exist问题


总结:严格来说,原博文遇到的问题,和我遇到的问题不太像是同一个问题,因为错的地方不太一样,但是怎么说,如果不是这个博客,我都不知道从哪里着手,谢谢了!

相关文章:

  • 2021-08-25
  • 2021-06-15
  • 2021-11-25
  • 2021-12-24
  • 2021-11-22
  • 2021-11-24
  • 2021-08-11
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-12-31
  • 2021-07-11
  • 2021-09-17
  • 2022-12-23
  • 2021-05-22
相关资源
相似解决方案