--- a/cws/cw04.tex Mon Nov 22 11:35:38 2021 +0000
+++ b/cws/cw04.tex Tue Nov 30 10:16:47 2021 +0000
@@ -64,8 +64,9 @@
\texttt{java -jar jasmin-2.4/jasmin.jar loops.j}
\end{center}
-\noindent in order to translate it into Java Byte Code. The
-resulting class file can be run with
+\noindent in order to translate it into Java Byte Code. If needed, you
+need to give the path to the Jasmin jar-file. The resulting class
+file can be run with
\begin{center}
\texttt{java loops}
@@ -147,7 +148,7 @@
a file that can be run, not as PDF-text.
\begin{figure}[t]
-\lstinputlisting[language=while]{../progs/while-tests/fib.while}
+\lstinputlisting[language=while]{../cwtests/cw04/fib.while}
\caption{The Fibonacci program in the WHILE language.\label{fibs}}
\end{figure}