How to import sbt projects to Eclipse?

故事扮演 提交于 2021-02-07 20:16:41

问题


I want to import my sbt projects to Eclipse. While searching on the Internet I came to know there is an sbteclipse plugin for Eclipse to import sbt projects, but I don't know how to do this.

I am using Eclipse Kelper and sbt 0.13 on Ubuntu 12.04 LTS.


回答1:


tl;dr Use Scala IDE for Eclipse.

sbteclipse is a plugin for sbt itself and aims to "create Eclipse project definitions" that in turn doesn't require installing any plugins in Eclipse.

sbt is a build tool while Eclipse is an IDE. While both use the concept of plugins these plugins have nothing in common (unless you're at higher architecture level where almost all converges).



来源:https://stackoverflow.com/questions/25349680/how-to-import-sbt-projects-to-eclipse

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!