As with Java, you can set a -classpath
argument:
/tmp> scala -classpath <jarfile>
Alternatively you can set the CLASSPATH
environment variable to point to the jar file [1].
Links:
[1] http://java.sun.com/docs/books/tutorial/deployment/jar/