10
Setting Up Eclipse

Setting Up Eclipse. What is Eclipse? Eclipse is a free, downloadable software that allows us to create, compile, and run JAVA programs

Embed Size (px)

Citation preview

Page 1: Setting Up Eclipse. What is Eclipse? Eclipse is a free, downloadable software that allows us to create, compile, and run JAVA programs

Setting Up Eclipse

Page 2: Setting Up Eclipse. What is Eclipse? Eclipse is a free, downloadable software that allows us to create, compile, and run JAVA programs

What is Eclipse?

• Eclipse is a free, downloadable software that allows us to create, compile, and run JAVA programs.

Page 3: Setting Up Eclipse. What is Eclipse? Eclipse is a free, downloadable software that allows us to create, compile, and run JAVA programs

What is JDK or JRE?

• Java Development Kit (JDK) and Java Runtime Environment (JRE) are software bundles used to run and develop Java programs

• We will be using the most up-to-date JRE (version 8) to run our Eclipse applications we develop.

Page 4: Setting Up Eclipse. What is Eclipse? Eclipse is a free, downloadable software that allows us to create, compile, and run JAVA programs

• Select Run

Page 5: Setting Up Eclipse. What is Eclipse? Eclipse is a free, downloadable software that allows us to create, compile, and run JAVA programs

• Set your workspace

Page 6: Setting Up Eclipse. What is Eclipse? Eclipse is a free, downloadable software that allows us to create, compile, and run JAVA programs

• Select the Windows Tab• Select Preferences• Go to Java > Installed JREs

• Select Add…

Page 7: Setting Up Eclipse. What is Eclipse? Eclipse is a free, downloadable software that allows us to create, compile, and run JAVA programs

• Select Next

• Select Directory…

Page 8: Setting Up Eclipse. What is Eclipse? Eclipse is a free, downloadable software that allows us to create, compile, and run JAVA programs

• Use the arrows to click through these folders.

Computer / Local Disc (C: ) / ProgramFilesx86 / Java

Select the folder titled jre and select OK

Page 9: Setting Up Eclipse. What is Eclipse? Eclipse is a free, downloadable software that allows us to create, compile, and run JAVA programs

• You MUST change the JRE name so it does not conflict with the already installed JRE.

• Add ‘x86’ to the end of the current title.

• Select Finish

Page 10: Setting Up Eclipse. What is Eclipse? Eclipse is a free, downloadable software that allows us to create, compile, and run JAVA programs

• Check the box next to your newly created JRE extension.

• Select OK

• Your JRE set up is complete!