Welcome Getting Started With Eclipse Setting Up Eclipse A First - - PowerPoint PPT Presentation

welcome
SMART_READER_LITE
LIVE PREVIEW

Welcome Getting Started With Eclipse Setting Up Eclipse A First - - PowerPoint PPT Presentation

Setting Up Eclipse A First Project Welcome Getting Started With Eclipse Setting Up Eclipse A First Project Getting Started With Eclipse CS2112 Fall 2015 August 26, 2015 Getting Started With Eclipse Setting Up Eclipse A First Project Step


slide-1
SLIDE 1

Setting Up Eclipse A First Project

Welcome

Getting Started With Eclipse

slide-2
SLIDE 2

Setting Up Eclipse A First Project

Getting Started With Eclipse

CS2112 Fall 2015 August 26, 2015

Getting Started With Eclipse

slide-3
SLIDE 3

Setting Up Eclipse A First Project

Step 1

Go to www.eclipse.org/downloads, select

Getting Started With Eclipse

slide-4
SLIDE 4

Setting Up Eclipse A First Project

Step 2

Download the zip file from the recommended mirror

Getting Started With Eclipse

slide-5
SLIDE 5

Setting Up Eclipse A First Project

Step 3

Unzip the file and find the eclipse application

Getting Started With Eclipse

slide-6
SLIDE 6

Setting Up Eclipse A First Project

Step 4

Select a location for your workspace This is where all of your projects will be stored

Getting Started With Eclipse

slide-7
SLIDE 7

Setting Up Eclipse A First Project

Step 5

You are now looking at the default Java Perspective

Getting Started With Eclipse

slide-8
SLIDE 8

Setting Up Eclipse A First Project

Make A New Project

Make sure to select java 1.7 or 1.8 as the execution environment. Does everyone have java installed?

Getting Started With Eclipse

slide-9
SLIDE 9

Setting Up Eclipse A First Project

Problem

There is a 4-digit number which, when the order of its digits is reversed, yields a number 4 times greater Write a program to find and print out this number Create a new package Create a class with the logic to find the number Create a class with a main method that will instantiate the first class and then print out the number

Getting Started With Eclipse

slide-10
SLIDE 10

Setting Up Eclipse A First Project

Command Line

Open up a terminal emulator (varies depending on your OS) and compile/run your program from the command line

Getting Started With Eclipse

slide-11
SLIDE 11

Setting Up Eclipse A First Project

Useful Features Of Eclipse

Refactoring Debug Perspective Autocomplete Autocompile Autoindent

Getting Started With Eclipse