Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Errors running builder 'Java Builder '

Tags:

Has anyone run into this issue and if so how do you fix it? This has been plaguing me for a while now.

Here is the full error:

enter image description here

I don't understand the problem. Please help me.

I found an issue thanks @alfasin!!!:
I re-installed eclipse in a new folder and import my projects in this new Eclipse and everything is allright :)

like image 482
lisa Avatar asked Nov 14 '13 15:11

lisa


1 Answers

This kind of problem is very rare but we have the solution, If you are using gradle or maven then first close your project and delete from eclipse (remember don't delete from disk), then delete the files and directories from your project:

  1. .settings/
  2. .project
  3. .classpath
  4. .gradle/

then reimport the project in eclipse and you are done. you will no longer face the error like "Errors running builder 'Java Builder ' "

Cheers.............

like image 184
rohit verma Avatar answered Sep 20 '22 14:09

rohit verma