<<< try and catch | Index | Exception UML diagrams >>> |
Create folder
C:\CIT73
Download file Banking.zip into that folder.
Unzip downloaded file.
The resulting folder structure should be:
C:\CIT73\Banking
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 >>> |