scala_school2 icon indicating copy to clipboard operation
scala_school2 copied to clipboard

Allow additions to interpreter classpath

Open mergeconflict opened this issue 11 years ago • 2 comments

There isn't really any way yet to demo anything from, let's say, twitter-util or finagle. Need to be able to pull external libraries into the interpreter's classpath to allow this.

mergeconflict avatar Jun 28 '13 22:06 mergeconflict

console.classpath.value = classPathList.mkString(":")

jnievelt avatar Jul 08 '13 22:07 jnievelt

@jnievelt yeah, right now I'm doing settings.usejavacp.value = true. So actually, any dependency you add to the build.sbt file with compile or runtime scope will actually be present in our classpath. That might be good enough...

mergeconflict avatar Jul 09 '13 01:07 mergeconflict