[C++] Solve "Launch Failed. Binary not found." error on Eclipse

This error is that the default lanch configuration is not being created for this project. To solve it, Need to do:

  1. Right click Project -> Run As -> Run Configurations
  2. Create a new configuration under C/C++ Application
  3. Click Browse to select the executable file, which exist in either the Debug or Release folder.

Your launch configuration should look like this:

[C++] Solve "Launch Failed. Binary not found." error on Eclipse

Refere to:

Launch Failed. Binary not found. CDT on Eclipse Helios

上一篇:Maven仓库搜索jar包依赖网址


下一篇:Eclipse launch failed.Binary not found解决方案