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
Post a Comment