Marks Posted

The marks for Labtest 4 are posted. The marks for the other labtests will be posted shortly.
You will have access to at least 15% of your final grade by Friday, Nov 12 (the drop date).

"Access Restricted" Error and type.jar

Sporadically, Eclipse will show an "Access Restricted" error in response to an attempt to use type.jar.
This is the result of some sort of strange quirk.

The remedy is as follows:
1. Project -> Properties->Java Build Path.
2. Click on the "Libraries" tab.
3. Select "JRE System Library [JavaSE-1.6]"
4. Click the "Remove" button.
5. Click the "Add Library..." button.
6. Ensure the first item "JRE System Library" and press "Next"
7. Ensure the "Workplace default JRE (JVM 1.6.0)" is selected and press "Finish"

If you are wondering - why did we need to remove the library and then just re-add it again? This is the way that we've uncovered to get rid of the access restriction errors. We are still trying to understand this problem, but we do know this remedy works.