Not entirely sure if this is an issue with the rep...
# general
q
Not entirely sure if this is an issue with the repl or the way pants built the bundle. I know I had to set
scala.tools.nsc.Settings.javacp=true
( to force scala to use the java-classpath). I set the classpath on it too...I figure it must be working because the same code works with
binary
. I confirmed that
-146.jar
does in fact have the
ReplGlobal
class.