Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin (default-compile) on project: Fatal error compiling: tools.jar not found

前端 未结 5 1553
时光说笑
时光说笑 2020-12-16 14:27

I have done all the steps provided in http://www.tutorialspoint.com/jsf/jsf_environment_setup.htm

Apache Maven and Apache tomcat both are ready. I also set the envir

5条回答
  •  攒了一身酷
    2020-12-16 14:59

    Delete repository from .m2 -> repository and then right click on the project Run as... -> Maven install.

    After that, again right click on the project Maven -> Update project -> Check Update of Snapshots and click on the Ok option.

提交回复
热议问题