0 javac *.java
0 rjrun -explicit Main > No_input1.out 2>&1
0 scmp No_input.std No_input1.out
0 rm -f *.class *.out

########## 2011-07-01 jrv and/or rj tools need work for the rest of this...

# now run again just to test rj and -explicit
0 rj -explicit Main > No_input2.out 2>&1
0 scmp No_input.std No_input2.out
0 rm -f *.class *.out

# now run again just to test rj and -implicit
# output same this way too
0 rj -implicit Main > No_input3.out 2>&1
0 scmp No_input.std No_input3.out
0 rm -f *.class *.out

# error from JRVM
1 rj -explicit -explicit Main > jrvm.out 2>&1
0 cmp jrvm.std jrvm.out
0 rm -f *.class *.out
