<<< try and catch     Index     Exception UML diagrams >>>

15. Exception Demo


  1. Create folder

        C:\CIT73
    
  2. Download file Banking.zip into that folder.

  3. Unzip downloaded file.

  4. The resulting folder structure should be:

        C:\CIT73\Banking
    
  5. Execute commands found in file commands.txt:

    "C:\Program Files\Java\jdk1.6.0_06\bin\javac.exe" C:\CIT73\Banking\*.java
    "C:\Program Files\Java\jdk1.6.0_06\bin\java.exe" -classpath "C:\CIT73\Banking" BankingMain
    

    Note: you may need to adjust the path

        C:\Program Files\Java\jdk1.6.0_06
    

    to point to the correct version of Java utilities installed on your system.

     

<<< try and catch     Index     Exception UML diagrams >>>