Solving failure executing javac, but could not parse the error

The following problems occurred during Maven install:

Failure executing javac, but could not parse the error: 

This kind of problem is generally caused by the configuration problem of JDK or JRE path. Check whether MyEclipse — & gt; preferences — & gt; Java — & gt; installed jres uses the path of self installed JRE.

Or check the configuration of environment variables, refer to http://jingyan.baidu.com/article/f96699bb8b38e0894e3c1bef.html  

After reconfiguring the environment variable path, it is solved because the JDK path is not configured properly.

Read More: