问题
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