scalaRequire: Add a JAR to the Classpath of an Existing Scala Instance
Description
This function adds the supplied JAR file to the classpath of an existing Scala instance.
Usage
scalaRequire(jar.file, interpreter = findScalaInstance())
Arguments
jar.file
A string giving the path to a JAR file.
interpreter
An instance of a Scala interpreter.