0

I am trying to run an application from eclipse IDE. And I have installed cygwin compiler on my system. Whenever I try to run an application from the eclipse IDE I reeceive an error as Launch Failed.Binary Not Found.

greg-449
  • 109,219
  • 232
  • 102
  • 145
  • Please have a look at this link http://stackoverflow.com/questions/4971926/launch-failed-binary-not-found-cdt-on-eclipse-helios – user2900150 Jul 27 '15 at 07:14
  • I have found the answer to this question.Actually,I just tried to run the application without building the project.So now I am able to run the application in eclipse cdt.Thanks – Bhanupratap Singh Jul 29 '15 at 04:23

1 Answers1

0

Actually Launch Failed.Binary Not Found. error happens when we try to run the application without building the project.

So,to get rid of this error just right click on your project and click on build project.

And you will notice that a folder named binaries appear in the project directory.Now run the project.

Your application will run as expected.