UW CSE logo uw

CSE 143: Computer Programming II, Winter 2009

arrow CSE Home arrow About Us arrow Search arrow Contact Info

Working at Home

(last updated Sun Jan 4 2009)

You will need to install, at most, three pieces of software: The Java Development Kit (JDK), the Eclipse editor, and the jGRASP editor. The directions differ based on your operating system.


Windows users:

1) Install Java Development Kit (JDK)

Follow the above link and click Download button next to Java SE Development Kit (JDK) 6 Update 11. (Not the "JRE" link). Please be careful to choose to download JDK and not JRE. JRE just allows you to run other people's Java programs, not compile and create your own programs. You must choose JDK instead.

Note: Sun updates JDK frequently; by the time you read these directions, it may be JDK 6 Update 12 or something like that. The directions should be the same otherwise. Our screenshot below is probably out of date by now as well, since we don't update it unless the page appearance changes.

Next to "Platform" select Windows and check the box stating "I agree to the Java SE Development Kit 6 License Agreement", then press Continue.
(Note: If you have a 64-bit Windows machine, you may select the Windows x64 platform, but if you run into problems or if you don't know whether your machine is 64-bit, the generic Windows download should work for both 32- and 64-bit processors.)

On the next screen, ignore the Sun Download Manager and instead click directly on the link to the installer: jdk-6u11-windows-i586-p.exe

Once you have finished downloading this file to your Desktop, you must install JDK on your system. Do this by double-clicking the JDK installer file you saved on the Desktop.

You can choose all the default options during installation.

2) Download Eclipse editor

Eclipse is our suggested primary editing software for this course. Short instructions for installing it are:

TA Daniel Otero has written a comprehensive tutorial for installing and using Eclipse at the following address:

3) Download jGRASP editor

From the jGRASP web site link above, click the button at top-right labeled Download jGRASP. You will be taken to a download page with some survey information. You may skip this. Underneath the survey is a set of buttons. Click the jGRASP exe to download a file named jgrasp186_10.exe. Save the file to your Desktop or another convenient location.

Once you have finished downloading this file to your Desktop, you must install jGRASP on your system. Do this by double-clicking the jGRASP installer file you saved on the Desktop. Once you are done installing jGRASP, you should now have icons on your Desktop and in your Start Menu for running jGRASP.


Mac:

1) Install Java Development Kit (JDK)

Macs with the OS X operating system will have Java available automatically, but you may need to install the latest Mac version of JDK, version 6.0. Some newer Macs (purchased within the last 6 months or so) already have this software, but older ones do not. If you have a fairly new Mac, you may want to try to skip to Step 2 and see if jGRASP works, and if not, come back to this step.

If your Mac doesn't have Java installed already, you can go to this web page to download it:

http://developer.apple.com/java/download/

If you have Mac OS X v10.5 "Leopard", you want to choose the link that says Java for Mac OS X 10.5, Update 1. If you have the older v10.4 "Tiger" version of OS X, you should choose "Java for Mac OS X 10.4, Release 6". You can see your OS X version by clicking the Apple icon on the top-left of your screen and choosing "About this Mac."

Once you've downloaded the file, double-click it on your desktop to install it.

2) Download Eclipse editor

Eclipse is our suggested primary editing software for this course. TA Daniel Otero has written a tutorial for installing and using Eclipse at the following address:

3) Download jGRASP editor

http://jgrasp.org/

There is a Mac version of jGRASP, available from the same jGRASP web site by clicking the button labeled jGRASP pkg.tar.gz. Download this file and open it, then drag the jGRASP program to your Applications folder to install it.

Common Mac jGRASP issues:

  • Some students are reporting issues with jGRASP on the Mac. Some report seeing the following strange message:

    share cache file is corrupt: /var/b/yl/yl_share_cache_ppc
    

    If you see this message, you should update your Mac to Java v1.6 by running the Mac's built-in Software Update tool. Then re-run jGRASP and click Settings, jGRASP Startup Settings, and set your Java version to 1.6.0.

  • Some students are reporting that characters are missing from their println messages on the console. We don't know what is causing this. If you have this bug, let us know what kind of Mac you have (Intel or PPC? What OS X version? etc.) and we'll try to figure it out.
  • If you continue having problems with jGRASP, you may want to try another Java editor named DrJava.

Linux:

(These directions are a few months out of date, but the general idea can still be followed.)

It's tougher to give an installation guide for Linux because of the large variety of different distributions and architectures. Here is a rough guide that will work for many distributions such as Ubuntu.

1) Install Java Development Kit (JDK)

http://java.sun.com/javase/downloads/index.jsp

Follow the above link and click the "Download" button next to the "JDK 6.0 Update 3". (NOT the "with NetBeans 5.0" link or the "with Java EE" link or others). Accept the License Agreement and choose the "Linux self-extracting file" file:

jdk-6u3-linux-i586.bin

(If you use a Linux distribution that supports RPM packages such as Fedora Core, you may wish to use the "Linux RPM in self-extracting file" package.)

Once you have finished downloading the JDK .bin file, open a terminal window and execute the file. You may have to give execution permissions to the file:

chmod +x jdk-6u3-linux-i586.bin
./jdk-6u3-linux-i586.bin

Running the .bin file extracts the JDK contents. Move these to a directory of your choice. (The rest of this tutorial assumes you have moved the JDK to /usr/lib/jdk/ .)

After installing Java, you will probably wish to add Java's directory to your PATH setting, so that you can run Java commands from your terminal. To do so, edit the file .bashrc in your home directory and add the following lines to the end of it:

export PATH=/usr/lib/jdk/bin:$PATH
export CLASSPATH=.

You should close your terminal and open a new one for the PATH changes to take effect.

2) Download Eclipse editor

Eclipse is our suggested primary editing software for this course. TA Daniel Otero has written a tutorial for installing and using Eclipse at the following address:

3) Download jGRASP editor

http://jgrasp.org/

There is a Linux version of jGRASP, available from the same jGRASP web site by clicking the button labeled jGRASP zip. Download this file and extract its contents. Then open a terminal and cd to the directory of those contents and type:

java -jar jgrasp.jar

3) Set Up BASH Script File (optional)

If you are unable to get the jGRASP debugger working in Linux, try downloading the following jgrasp BASH script file and putting it in the jgrasp/bin folder. Give it execute permissions (chmod +x) and then use it to run jGRASP.

icon jgrasp bash script


Useful Options for Your Operating System

Enable File Extensions in Windows:

By default, Windows does not show extensions of certain types of files. This can lead to confusion because you may not know which file is your .java program and which is your .class compiled file.

If you'd like to change this value, open My Computer. From the window's main menu, click the following:

Tools, Folder Options...

A Folder Options window will appear. Click the tab labeled View, then find the checkbox labeled Hide extensions for known file types. Uncheck it. Press OK.

Now all files should show their extensions in Windows.