Presentation is loading. Please wait.

Presentation is loading. Please wait.

Computer Science I Lab 1 ISMAIL ABUMUHFOUZ | CS 180.

Similar presentations


Presentation on theme: "Computer Science I Lab 1 ISMAIL ABUMUHFOUZ | CS 180."— Presentation transcript:

1 Computer Science I Lab 1 ISMAIL ABUMUHFOUZ | CS 180

2 CS 180 Lab 1 TASKS: 1. DOWNLOAD JAVA 2. DOWNLOAD ECLIPSE. 3. RUN FIRST PROGRAM.

3 Download Java  Go to the following link:  http://www.oracle.com/technet work/java/javase/downloads/in dex.html http://www.oracle.com/technet work/java/javase/downloads/in dex.html  Choose JDK.

4 Download Java  First: Choose Accept License Agreement.  Second: Choose your operating system (Windows, Mac or Linux).  Pay attention to 32 bits vs. 64 bits.  Download the file to your computer.

5 Download Java  Double click on the downloaded file to run the program, then follow the wizard steps (Mainly click on Next).

6

7

8

9 Download Eclipse  First: Go to the following link:  http://www.eclipse.org/downloads/packages/eclipse-ide- java-developers/keplersr1 http://www.eclipse.org/downloads/packages/eclipse-ide- java-developers/keplersr1  Second: Choose your operating system (Windows, Mac or Linux). Pay attention to 32 bits vs. 64 bits.  Download the file to your computer.

10 Download Eclipse  Use the same logic that we used with Java to download and install Eclipse.  After installing Eclipse, run it.  Now, watch the following video that will help you to write your first program in Java.  Here is the link for the video.link  You can find the code shown in the video in the next slide.

11 Write Your First Program Hello World Java / / Student Name: / / Date: 1-26-2016 2:00 / / Program Description: Hello world program public class MainClass{ public static void main(String[] args) { / / Prints "Hello, World" to the terminal window. System.out.println("Hello, World"); }


Download ppt "Computer Science I Lab 1 ISMAIL ABUMUHFOUZ | CS 180."

Similar presentations


Ads by Google