cd # change to your root directory mkdir public_html # create the directory chmod 755 public_html # adjust read permissions
MovingBall.html MovingBall.java sun.gif splat.au earth.gif gong.au
cd ~/public_html # move to appropriate directory cp /u/cs126/files/bounce/* . # copy files
javac MovingBall.java
Ball.class MovingBall.class
appletviewer MovingBall.html
chmod 644 *.html *.gif *.au *.class
AudioClip.play();