[cs23021] Question about Eclipse

Mikhail Nesterenko mikhail at cs.kent.edu
Sat Sep 11 11:34:41 EDT 2010


> I install the
> eclipse on my computer but when I try to debug or run the program, the
> eclipse says " Launch failed, binary not found". Could you please tell me
> how should I fix this? Thank you very much.


This error means that there is no compiled binary for your
project. That is, your source has not been compiled. The reasons may
be as simple as the need to just compile (hit the build button) or a
complete lack of installed compiler or configuration problems.

Thanks,
--
Mikhail


More information about the cs23021-2 mailing list