Sunday, October 16, 2011

Eclipse: Launch failed. Binary not found![Ubuntu Only]

To solve this problem, double check if you have installed gcc/g++ on your machine or not. If not, sudo apt-get install gcc. If so, remember clicking the hammer icon (build project) before you try to run your program.

2 comments:

  1. Actually that didn't work. You might want to add this line to your post:
    sudo apt-get install g++
    It installs g++ and now I don't have that error.

    ReplyDelete