Lab Description
The main objective for this lab was to download and install Java JDK version 7 as well as the eclipse software from the official eclipse website, which is in the following; www.eclipse.org. Therefore in order to install the eclipse software into a windows PC I needed to extract the file straight into the C location on the hard drive. Additionally, after installing eclipse I was able to run the Hello World program such as;
Code
public class Lab 1 { public static void main(String[] args) { System.out.println("Hello World"); } }
Screenshots