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

后端 未结 4 1856
长发绾君心
长发绾君心 2021-01-11 18:41

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 Starte

相关标签:
4条回答
  • 2021-01-11 18:53

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

    0 讨论(0)
  • 2021-01-11 18:54

    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.

    0 讨论(0)
  • 2021-01-11 18:55

    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.

    0 讨论(0)
  • 2021-01-11 19:00

    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

    0 讨论(0)
提交回复
热议问题