Fix error “Fatal error compiling: tools.jar not found” of Apache Maven on Eclipse

When working with Apache Maven in Eclipse, I am convinced that no one didn’t encountered an error as below when building the application:

What is the cause? This is because by default Apache Maven will use the Maven Compiler Plugin plugin to compile the… Read More