java - One or more required project facets are missing from the project -


i've imported java-project eclipse , error "one or more required project facets missing project myproject" without further details. project's facet switched on "java".

thats description "problems view":

description=one or more required project facets missing project myproject.  resource=myproject  path=   location=unknown  type=project facet missing marker 

how discover facet missing? how eclipse detect such problems? can related else facet? f.e. compilance level or else?

ps i've cleaned project several times.

thanks in advance

you need add @ least spring facet , possibly others depending on features you're using. the eclipse page describes how this.


Comments

Popular posts from this blog

PySide and Qt Properties: Connecting signals from Python to QML -

c# - DevExpress.Wpf.Grid.InfiniteGridSizeException was unhandled -

scala - 'wrong top statement declaration' when using slick in IntelliJ -