Errors running builder 'Faceted Project Validation Builder' on project 'MyProject'

我只是一个虾纸丫 提交于 2019-12-09 02:59:26

问题


I am working on Blackberry webworks, Phonegap framework, Apache Ant and configured them in Eclipse 3.6 with sample index.html.

I followed the article Getting Started with PhoneGap BlackBerry WebWorks
But I am getting an error message after running the project:

"Errors running builder 'Faceted Project Validation Builder' on project 'MyProject' "

How do I properly configure the project to support cross-platform?


回答1:


Right click on your project >>> Properties >>> Project Facets >>> uncheck Static web Module.




回答2:


I tried the previous response and was not very successful.

Do this:-

install Eclipse Java EE Developer Tools using the Eclipse -> Help -> Install new software -> Work with -> (your Eclipse version's download repository. e.g.:) Indigo.

In the filter field type, then checkbox, Eclipse Java EE Developer Tools.

Download and let it install. No more problems.




回答3:


In the maven web project.

  • 1.Clear the maven project.
  • 2.Build the maven project.
  • 3.Go to the Project Facts on right click on project -> properties -> project facts.
  • 4.On the top right side tab select the Runtimes -> select appropriate Apache version(8.5) that is installed on your machine.
  • 5.Then Run the project.

It's Solve in my case, try once in your case.




回答4:


Maybe you have a wrong item in Runtime settings of Project Facets. Right click on project >>> Properties >>> Project Facets >>> Runtime and modify it. Runtime settings of Project Facets



来源:https://stackoverflow.com/questions/7259089/errors-running-builder-faceted-project-validation-builder-on-project-myprojec

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!