Assignment 1

Up ] Next ]

Discussion group, leave your messages

Home
Assignment 1
Assignment 2
Assignment 3
Assignment 4
Assignment 5
Last Assignment

Due Date: announced in class see also Discussion group, leave your messages
25 points

In order to get started with our class and create your applications you will need to install BlueJ on your computer. The JDK (Java Development Kit) is quite large, about 32megs. You can bring a Zip disk to download the software in our labs. (You need to have a zip drive at your home computer)

Installation Directions and Documentation

Installing JDK 1.3 (do this first)

bulletYou need to have Java 2 SDK v 1.3 or 1.3.1 installed on your system. (NOTE: BlueJ does not currently work with JDK 1.4 beta!). The Java 2 SDK is also referred to as JDK. BlueJ does not run with JRE - a full SDK/JDK installation is needed. 
bulletYou can get SDK/JDK from java.sun.com. Details about system requirements are here.
bulletGo to this section on the Sun's page (http://java.sun.com/j2se/1.3/download-windows.html)  and click on the continue button.

Download Java 2 SDK, v 1.3.1_01 Software for Windows 95 / 98 / 2000 / NT 4.0 / ME (Intel Platform)

Note: if you have a slow internet connection, it will take a long time to download.

If you have problems downloading, please let your instructor know.

Installing BlueJ (do this second)

bulletDownload the file latest bluej program from the website www.bluej.org. In the table of contents on the left, choose Download, and then bluej-11?.jar from either Server 1 or Server 2 under Step 1. The file size of the downloaded file should be 693,809 bytes, as explained under Step 2. Now go to the bottom of the page and click 

Once you have loaded the file, go  to the Installation Instructions.

bulletDownload and print the BlueJ Tutorial (English, version 1.2, PDF format, updated 13.10.2000). from the http://www.bluej.org/doc/documentation.html page. There are 31 pages to this document.  In addition to English, versions are available in Swedish, Russian, Japanese, and Hebrew.
bulletIf you run into installation problems, please visit Installation Problems section in the FAQ.

Starting BlueJ 

bulletFollow the instructions on page 7 to start BlueJ
bulletAt this point I highly recommend that you follow the steps on the BlueJ tutorial. Some of the terminology on this tutorial will be new, so, at this point we just want to make sure that you familiarize yourself with the BlueJ  environment.

On a separate sheet of paper answer the following questions, be complete:

  1. How does an execution in blueJ take place?
  2. How do you see the operations available in a class?
  3. How do you create an object?
  4. How do you execute an operation of an object?
  5. What does the striped mark on a class mean?
  6. How do you compile and entire project?
  7. How do you get help on compilation errors?
  8. What does the Inspect button do?
  9. What is composition?
  10. What are the steps to create a new project?

 

 

Back to CS161 JAVA Homepage
This page was last modified January 10, 2002
wmorales@pcc.edu