3

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.

Jacek Laskowski
  • 72,696
  • 27
  • 242
  • 420
swaheed
  • 3,671
  • 10
  • 42
  • 103

1 Answers1

5

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).

Jacek Laskowski
  • 72,696
  • 27
  • 242
  • 420
  • when i import project into eclipse and create class files it did not appear in the original directory i mean the in project folder there is no class appear which i create in eclipse any suggestions? – swaheed Aug 24 '14 at 19:24
  • I don't use Scala IDE so won't help in this case. Ask another question under [tag:scala-ide] tag. – Jacek Laskowski Aug 24 '14 at 19:45