Yahoo Answers is shutting down on May 4th, 2021 (Eastern Time) and beginning April 20th, 2021 (Eastern Time) the Yahoo Answers website will be in read-only mode. There will be no changes to other Yahoo properties or services, or your Yahoo account. You can find more information about the Yahoo Answers shutdown and how to download your data on this help page.
Trending News
Eclipse problem, Launch failed. Binary not found?
I have installed JDK java, Eclipse IDE for C/C++ Developers and MinGW tools. This happens when i start a simple 'hello world' project in c.
1 Answer
- George3Lv 49 years agoFavorite Answer
1. Save your "lab0.c" file before running it (Ctrl+S) since in your screenshot the asterisk * to the left of lab0.c in the tab of the center window indicates it was changed since it was last saved.
http://www.eclipse.org/forums/index.php/mv/msg/153...
2. From the Eclipse 'Project' menu at the top, choose 'Build Project' then trying running it.
If that doesn't work, try: Project > Clean... > OK and then a build and run.