<<< Java Foundation Classes | Index | Compiling and Running Sample Code >>> |
Create directory
C:\CIS75
on your harddrive.
Download sample code for this week, Source.zip , and unzip it inside C:\CIS75.
If you are using Windows operating system, download file bin.zip and unzip inside C:\CIS75 likewise.
Examine the file
C:\CIS75\bin\config.bat
Most likely, it is necessary to edit the config.bat on your local machine. This is windows batch file that creates CIS-75 environment variables necessary to compile and run Java samples. The settings should match installed JDK version on your computer.
<<< Java Foundation Classes | Index | Compiling and Running Sample Code >>> |