The schedule for the semester can be found here.
Big Java by Cay Horstmann, 3rd Edition, John Wiley and Sons, 2008, ISBN978-0-470-10554-2
Use this link to access Blackboard, where you will find your lab grades (and possibly other grades) for this class.
Several handouts used in the course can be found here. Consider saving paper and using on-line versions instead of printing the handouts, whenever possible.
lab01-xyz01-v2 into the lab drop
box.Written work and programming projects for this class are posted so that students have plenty of time to complete them, assuming that they start early. The assignments must be turned in electronically by 5 PM on their due date. No work will be accepted late unless approved by the instructor. However, for programming projects, you have two (2) late cards which may be used during the semester. Use of a late card allows you to hand in a programming project one calendar day late without penalty. To use one of your two late cards, you must email your instructor in a separate message that you want to use a late card. Use your late cards wisely!
If you want to use the Linux machines from home, you may need some additional software on your computer.
ssh -Y xyz01@linuxremote1.eg.bucknell.edu
where xyz01 is your user name. To start Eclipse, typeeclipse &
To bring up a file browser, typenautilus --no-desktop --browser &
Be sure to quit Eclipse and the file browser before quitting X11.\\netspace\software\windows\campus\Engineering Applications
You will see a folder named Xmanager Enterprise. Follow the instructions in the Installation Instructions.txt file.Once you have the software installed, use it to connect to linuxremote1, linuxremote2, or linuxremote3.
You may occasionally have trouble using Eclipse after a session has terminated abnormally. For example, suppose you are using Eclipse on your laptop and you lose your Internet connection temporarily. When you reconnect to the Linux machine and start up Eclipse, it will refuse to let you use your workspace:
Workspace in use or cannot be created, choose a different one.To fix this problem, follow the following steps.
cd csci203/.metadata
rm .lock
Last modified: Tue Oct 20 09:54:58 EDT 2009