Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Eclipse - Errors running builder on project

Tags:

eclipse

I was getting this error constantly in eclipse:

Errors during build. Errors running builder "Integrated External Tool Builder" on project project. The builder launch configuration could not be found. Errors running builder "Integrated External Tool Builder" on project project. The builder launch configuration could not be found.

like image 711
Soman Dubey Avatar asked Apr 30 '14 07:04

Soman Dubey


2 Answers

I added this question and answering on my own as I could not find an answer on Stackoverflow and it may benefit someone else

Answer is:

On your project "project", right click -> Properties>Builders Remove the missing builder

Source http://www.eclipse.org/forums/index.php/t/28894/

like image 119
Soman Dubey Avatar answered Sep 24 '22 12:09

Soman Dubey


You can follow these steps.

  1. Select the right project.
  2. Choose "project"on the tool bar -> Properties
  3. Click "Builders" on the menu of the popped up window
  4. Remove the missing builders

Reference links

like image 31
kablu Avatar answered Sep 22 '22 12:09

kablu