( --> )

Lab - Mechanics of Java Programming

Tasks

  1. " Log on to the computer "
    [ The computer is turned on; the system is responsive. ]
    < Perform your login sequence. >
    ( Consult with your local system administration. )

  2. " Set up your account for Java things to come. "
    [ You are logged onto the system. ]
    [ Someone has written a program called 212setup which
    will see to it that your environment is consistent with
    certain conditions. ]
    < Run the shell program 212setup. >
    ( Simply type the name of the program at the unix prompt. )
    { In order to work in the prescribed manner, it is necessesary
    that a couple of files exist in your account and contain
    certain information. These files serve to partially establish
    your computing environment. The program 212setup is
    supplied to make the desired state a reality. }

etc.