0% found this document useful (0 votes)
107 views1 page

CSCI 120 Programming I Fall Semester 2010: Assignment #1

This document provides instructions for Assignment #1 for a Programming I course, including downloading and installing Java Development Kit (JDK) 1.6.0, Textpad editor, and Eclipse software, creating and running a simple "Hello" Java program in Textpad, and reading a Java tutorial online.

Uploaded by

Tabi
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
107 views1 page

CSCI 120 Programming I Fall Semester 2010: Assignment #1

This document provides instructions for Assignment #1 for a Programming I course, including downloading and installing Java Development Kit (JDK) 1.6.0, Textpad editor, and Eclipse software, creating and running a simple "Hello" Java program in Textpad, and reading a Java tutorial online.

Uploaded by

Tabi
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

CSCI 120 Programming I

Fall Semester 2010

Assignment #1

Visit the course Web site and study the material presented there.

1. Download JDK1.6.0 software on your computer. Link:

http://www.oracle.com/technetwork/java/javase/downloads/jdk6-jsp-136632.html

2. Install JDK1.6.0 softare on your computer.

3. Install Texpad editor (http://www.textpad.com/download/) on your computer.

4. Install Eclipse software (http://www.eclipse.org/downloads/) on your computer.

4. Create Java program Hello.java in the Textpad editor.

5. Compile and execute Hello.java program.

6. Visit Sun Microsystems’s site and read Java tutorial (Trail: Learning the Java
Language) at: http://java.sun.com/docs/books/tutorial/java/index.html

You might also like