How to reference third-party libraries, eg breeze, from eclipse, when working with Scala

StackOverflow https://stackoverflow.com//questions/12651003

  •  11-12-2019
  •  | 
  •  

문제

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?

도움이 되었습니까?

해결책

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.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top