0

I have Eclipse, with eclipse-ide plugin installed, and with 'sbt' selected as the builder. I want to use a third-party library, specifically scala-breeze, and I'm not sure how to instruct eclipse/scala-ide to fetch and install this?

Hugh Perkins
  • 7,975
  • 7
  • 63
  • 71

1 Answers1

3

Add the breeze dependency via sbt, then run the sbt eclipse command to get everything configured. The command must be run each time something in the build changes.

Robin Green
  • 32,079
  • 16
  • 104
  • 187
adelbertc
  • 7,270
  • 11
  • 47
  • 70