Download, Install, and Run JDK and Eclipse

Computer programming using Java is arguably the most important aspect of computing. Many of today’s popular applications and programs utilize java as the main source code, ranging from computer games to mobile phones. Eclipse is just one of the numerous script editing applications for developing java programs and allows students to write and compile java code and execute programs.

Steps

  1. Visit the Java downloads page on Oracle's website to find the JDK environment download. Scroll down until you find Java SE 6 Update 43, and download JDK.
  2. Once you have selected download, accept the terms of service and choose the correct OS corresponding for the specific JDK. (Windows, Mac, Linux, etc.)
  3. Once the download is complete, double click the file to begin the installation of JDK.
  4. After the initial installation is done, a pop up asking you where your source java files will be. You can choose to change where you want to keep your folder but it’s best to stick with what you were given first.
  5. When the installation is finished, we will begin to the installation of Eclipse. Go to http://www.eclipse.org/downloads/ .tet
  6. For Windows users, you will have to know what type of version of your OS you have. If your computer is a 64 bit Windows , select Windows 64 and if you have a 32 bit Windows, select Windows 32 bit.
  7. Once you have downloaded the Eclipse archive you will need to decompress the zip file, which will create the unzipped Eclipse folder. You may want to extract the archive to the root of C:\ drive, thus creating the folder “C:\eclipse”, or just moved the extracted eclipse folder to the root of C:\ drive if you extracted it already. Since Eclipse does not have any installer, there will be a file inside the Eclipse folder named eclipse.exe ( ). You can double click on the file to run Eclipse.
  8. After eclipse has been fully installed and extracted, create a workspace folder where you will contain all the program files you create.
  9. Now that you have finished installing Eclipse, restart your computer. Restarting your computer refreshes system memory and allows registration or configuration changes made by installers and uninstallers to take effect.
  10. From there, create a test program to test the functionality of Eclipse.



Related Articles