[an error occurred while processing this directive]
cp ~gshute/public/cs5631/syncDemo.jar .
ls
The directory listing should show a file named syncDemo.jar.
jar xf syncDemo.jar
ls -F
The directory listing should show a directory named syncDemo.
cd syncDemo
ls
The 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
ls
The directory listing should now show the files out, producers, and
consumers.
[an error occurred while processing this directive]