Installing Eclipse and the UW java Library
This document should help you get set up for working on a home computer. If you want to have the same setup at home as at school, you'll need to install the following software:
There are also other environments that you can use as well,such as NetBeans, DrJava, JGrasp (it comes with a very cool debugger), BlueJ (a simpler environment) and so forth.
If you want to work at home, you are on your own to some extent in terms of getting stuff set up. Ask friends, read documentation, ask me in class-- but you can't be guaranteed to have an answer. Ultimately you're on your own with your home computer. The lab is always available as a fallback.
Regardless of the development environment that you use, the code you turn in should only rely on the standard Oracle Java libraries, and the UW library. Your code should not rely on "wizards", special libraries that might be provided with your environment, or code that comes from the Internet or friends. The programs you give us will be compiled and run using the school set-up.
Eclipse needs a recent Java Runtime Environment (JRE) to run. You can download the latest version of Java at http://www.java.com/en/download/index.jsp.
Go visit the eclipse page. Click on the" Download" button and run the eclipse installer on your computer. Select the "Eclipse IDE for Java Developers" package and follow the instructions thereafter to complete the installation.