[an error occurred while processing this directive]
cp ~gshute/public/cs5631/syncDemo.jar . lsThe directory listing should show a file named syncDemo.jar.
jar xf syncDemo.jar ls -FThe directory listing should show a directory named syncDemo.
cd syncDemo lsThe directory listing should show several .java and .class files and a file named
run
.
The run
file is a shell script with UNIX commands to execute
the Java program in the BoundedBufferMain class, redirect its output to a
file named out
, and digest the information in out
producing new files named producers
and
consumers
.
./run lsThe directory listing should now show the files out, producers, and consumers.
[an error occurred while processing this directive]