Download presentation
Presentation is loading. Please wait.
Published byMatthew Riley Modified over 8 years ago
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).
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"); }
Similar presentations
© 2024 SlidePlayer.com. Inc.
All rights reserved.