Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Fatal error compiling: tools.jar not found: [closed]

When compiling a project in Eclipse, I get below error:

Fatal error compiling: tools.jar not found:

How is this caused and how can I solve it?

like image 958
Uppi Avatar asked Aug 07 '14 14:08

Uppi


1 Answers

You need to put the right Java Build path for your project.

In Eclipse:

--> Right click the project name - Properties (keyboard shortcut: [Alt] + [Enter] )
--> Libraries
--> Change the JRE7 to JDK7.

And I think the problem will be solved that way ;)

like image 51
Valentin Montmirail Avatar answered Nov 11 '22 10:11

Valentin Montmirail