CSC 121 Introduction to Computer Science I

Spring 2006

Lecture Section 02/03 - MW   10:00 - 10:50 BR 260
Lab Section 02 F 8:00 - 9:40 BR 165
Lab Section 03 F 1:00 - 2:40 BR 165

[Syllabus]   [Course/Lab Calendar]    [Resources]

This page will contain resources that will assist you with this course and the lab.

MS-DOS
 Learning MSDOS - primer used in lab
Commands An Overview - cmds you should know

WU PREDEFINED CLASSES
Guide to installing WU predefined classes for assgn.

TurtleEx.java   Example program from book on the turtle class.
TurtleDemo1.java    Example program of the turtle class.
TurtleDemo2.java    Example program of the turtle class.

http://www.drcaffeine.com/student/javabook.htm (Get the galapagos package from here.)
http://faculty.ed.umuc.edu/~arnoldyl/NetBeansTutorials/Obtaining-Wu-Predefined-Classes.html 

JAVA
Suns' Java Website: www.java.com

Download Java used in this class: http://java.sun.com/j2se/1.5.0/download.jsp (select the hyperlink that says the following: Download JDK 5.0 Update 6 , which is located in the center of your web browser.)

Java's Online Reference Manual: http://java.sun.com/j2se/1.5.0/docs/api/index.html

JAVA Integrated Development Environment (IDE)

JCreator (www.jcreator.com) will be used in this class.  Download the free version for your use outside of lab: http://jcreator.com/download.htm.
 

Instructions: for installing JCreator.  First download SUN J2SDK 1.5 from http://jcreator.com/download.htm.    Install SUN J2SDK 1.5 by running the programming that you just downloaded.  Accept all the default settings. Second download JCreator LE version from http://jcreator.com/download.htm.  Install JCreator LE by running the program that you just downloaded.  Accept all the default settings.  You are now done.  All Java programs for this course will be created, compiled, and run from the JCreator IDE.