Eclipse not recognizing Scala code

前端 未结 11 2697
说谎
说谎 2021-02-18 19:20

I have Eclipse Indigo with the Scala IDE plugin. I downloaded a lift project from Maven. It builds correctly. Eclipse says it is viewing it with the Scala editor.

How

11条回答
  •  野趣味
    野趣味 (楼主)
    2021-02-18 19:29

    I solved the problem with compile/build errors with sbt-eclipse by

    1. Right-click project
    2. Scala menu -chose New Scala Installation and select version until no errors were listed

提交回复
热议问题