Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Errors occurred during the build. Errors running builder 'Java Builder' on project

Tags:

eclipse

when i'm working in eclipse juno and trying to save grails file this error occured

Errors occurred during the build.
Errors running builder 'Java Builder' on project 'My_Project_name'.
DONT_CARE

what is this error ??

Thanks

like image 330
SShehab Avatar asked Apr 22 '13 08:04

SShehab


2 Answers

I also faced this issue and finally hit the solution by changing the order of libraries on build path.

Go to Build Path-->configure build path--> on top make JRE system library --> Then MVN/Gradle dependencies--> Then Ur project src/main/test/resources folders.

like image 95
Ashok Maurya Avatar answered Oct 28 '22 10:10

Ashok Maurya


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 29
Madhuka Dilhan Avatar answered Oct 28 '22 11:10

Madhuka Dilhan