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.
Actually that didn't work. You might want to add this line to your post:
ReplyDeletesudo apt-get install g++
It installs g++ and now I don't have that error.
Thanks for your helpful comment Faraz!
Delete