cws/main_cw05.tex
changeset 476 7550c816187a
parent 463 0315d9983cd0
--- a/cws/main_cw05.tex	Thu Nov 02 23:34:53 2023 +0000
+++ b/cws/main_cw05.tex	Sat Nov 04 18:53:37 2023 +0000
@@ -43,14 +43,14 @@
 As usual, this Scala assignment comes with a reference implementation in
 form of two \texttt{jar}-files. You can download them from KEATS. They
 allow you to run any test cases on your own computer. For example you
-can call Scala on the command line with the option \texttt{-cp bf.jar}
+can call \texttt{scala-cli} on the command line with the option \texttt{--extra-jars bf.jar}
 and then query any function from the \texttt{bf.scala} template file.
 You have to prefix the calls with \texttt{M5a} and \texttt{M5b},
 respectively. For example
 
 
 \begin{lstlisting}[language={},xleftmargin=1mm,numbers=none,basicstyle=\ttfamily\small]
-$ scala -cp bf.jar
+$ scala-cli --extra-jars bf.jar
 scala> import M5a._  
 scala> run(load_bff("sierpinski.bf")) ; ()
                                *