I am trying to use the library scala-io in my Eclipse environment, does anyone know how do I generate a jar file, or which folder to include in my eclipse so that I can have access to the scala-io library from my project ?
EDIT: Q: How to incorporate an external library into scala IDE? A: Two possibilities:
- Leverage SBT to build your project; that is generating jar files and maintaining dependency
- Including the generted jar files directory in the IDE, project -> Properties -> Java build paths.
hth.
EDIT #2: I found this great plugin to generate all of your dependencies in one jar file sbt-assembly