<<< try and catch | Index | Exception UML diagrams >>> |
Create folder
C:\CIS123
Download file Banking.zip into that folder.
Unzip downloaded file.
The resulting folder structure should be:
C:\CIS123\Banking
Execute commands found in file commands.txt:
"C:\Program Files\Java\jdk1.6.0_06\bin\javac.exe" C:\CIS123\Banking\*.java "C:\Program Files\Java\jdk1.6.0_06\bin\java.exe" -classpath "C:\CIS123\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 >>> |