CS256: Computer Science I

Pete Nordquist


Syllabus

Schedule

Assignments
notes

demos

 

Textbook link

Instructor schedule

Tutoring schedule (in the upstairs CS lab)

CS256 exams and gradebook will be on moodle

Official Java Documentation:

Sun's official Java website home page.

The Java API. - Describes all the standard Java packages – this is a very useful link.

The Java Language Specification.  

Steps to Install Java Development Environment

These steps must be done in order.  Your computer likely has some version of the Java runtime environment (JRE) already, but you need the development kit (JDK) in order to write programs. 

1. To setup the java SDK on your home (windows) computer:

See http://www.oracle.com/technetwork/java/javase/downloads/index.html.

Download and install the latest Java SE JDK for your operating system.  You do not need any of the bundles (Java EE, JavaFX SDK, or NetBeans)

2. Java Integrated Development Environment Tools:

Download and install JGRASP from JGRASP site for download of JGRASP free IDE

Here are a couple of JGrasp hints:

 

You might not need to do the following in the newest JGrasp: