Installing Eclipse

This tutorial will walk you through the steps of downloading the latest version of Eclipse, Eclipse Neon. All students will be required to have this version running on their computer since there are many important bugs that have been corrected with this version. The installation should take approximately 10 minutes.


  1. Go to http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html to reach the download website for the latest version of java.
  2. If you are using a Macbook, select the option in the image below.


    If you are using a Windows computer select the option in the image below. Ensure that you download the version that corresponds\n to your correct Windows operating system.

  3. Download Eclipse Neon by accessing https://www.eclipse.org/downloads/. Select the button as seen in the screenshot below.



  4. Select the DOWNLOAD button as seen in the screenshot below and save the downloaded file to another spot, such as Desktop or Applications.


  5. Open the Eclipse Installer that was just downloaded.

  6. Select Eclipse IDE For Java Developers in the window that pops up.



  7. Proceed with the default installation folder. For example, my default was /home/(myname)/Documents/java-neon.

  8. Select INSTALL.



  9. Accept the licensing agreements to finish the installation.

  10. Select LAUNCH.

  11. When prompted to select a directory as a workspace, select Browse..., create a new folder, and name it cse247workspace.


  12. Select the small 'x' next to the Welcome tab.



  13. You should be all finished with the installation of Eclipse Neon. Proceed to the Get Code from Git section to get set up with your repository.