1 / 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. What is JDK or JRE?. Java Development Kit (JDK) and Java Runtime Environment (JRE) are software bundles used to run and develop Java programs

nickan
Download Presentation

Setting Up Eclipse

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Setting Up Eclipse

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

  3. 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.

  4. Select Run

  5. Set your workspace

  6. Select the Windows Tab • Select Preferences • Go to Java > Installed JREs • Select Add…

  7. Select Next • Select Directory…

  8. Use the arrows to click through these folders. Computer / Local Disc (C: ) / ProgramFilesx86 / Java Select the folder titled jre and select OK

  9. 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

  10. Check the box next to your newly created JRE extension. • Select OK • Your JRE set up is complete!

More Related