Problems occurred when invoking code from plug-in: “org.eclipse.jface”

前端 未结 2 1418
时光说笑
时光说笑 2020-12-09 17:30

I\'ve got a new Java project at Eclipse from SVN and just tried to open the project in the Eclipse\'s Project Explorer window and received this error:

相关标签:
2条回答
  • 2020-12-09 17:35

    Editing file

    YouProject/.settings/org.eclipse.wst.common.project.facet.core.xml 
    

    adding node

    <fixed facet="jst.web"/>
    

    may solve the problem. You should close and re-open the project or even remove project from Eclipse (without remove content) then File/OpenProjectFromFilesystem to reload it.

    0 讨论(0)
  • 2020-12-09 17:52

    Your project may be configured not for your comp. Try to remove .classpath and .project and recreate the project from existed sources. Also remove any eclipse internal dirs if they are accidentally committed to the SVN such as .settings that starts with dot.

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