From ccfeddfa15db5a3aeed92ff1019d81e2853c3683 Mon Sep 17 00:00:00 2001 From: bdemsky Date: Sat, 13 May 2006 00:02:11 +0000 Subject: [PATCH] change --- Robust/src/README | 1 + 1 file changed, 1 insertion(+) diff --git a/Robust/src/README b/Robust/src/README index e1ebfaee..38c877fd 100644 --- a/Robust/src/README +++ b/Robust/src/README @@ -9,6 +9,7 @@ make 3) To run the compiler on a source file (For example to compile Tests/Array.java): java -cp ../cup/:. Main.Main -mainclass Array Tests/Array.java +NOTE: The mainclass option specifies the class that contains the main method 4) To compiler and link the output of the compiler do: gcc -IRuntime -I. -O0 -g methods.c Runtime/runtime.c -- 2.34.1