My Computer->Advanced system settings->Environment Variables->New
Follow the below figure which shows step-by-step procedure.
Name the variable as “PATH”
Variable value as “C:\Program Files\Java\jdk1.8.0_65\bin” (destination folder of java)
Select the Preferred Eclipse version.
Now pick up the Eclipse Development Environment as per the need i.e.
Need a Toolchain
By clicking the link, a page appears with a download link for Eclipse as below, now click the Download button on the page in order to download the Eclipse for Java development.
A page appears providing a list of Eclipse versions by clicking the download link button, select the preferred version and download the Eclipse by clicking on it as shown in the image below.
It shows drop down box in the right corner of the download page to set the operating system on which eclipse is to be installed.choose from drop down box Windows, Linux and Mac. Eclipse is packaged as a zip file, so extract the zip file into preferred drive.
In order to install Eclipse, required a tool which can extract the contents of a zip file. The tools like PeaZip, IZArc, 7-zip. Now, Right click on the downloaded Zip file and extract all the files to the preferred directory to be installed by clicking Extract. The image below display the Eclipse files folder extracted to the particular directory given.
User can create a single workspace and create every programming project under that workspace. Eclipse is actually geared towards this approach. It has some additional tools like working sets, but working sets allow for convenient grouping to make it easy to work with a subset of the projects and can also create any number of workspaces. The work space can be set to default or changed to new folder location using the Workspaces Preference window as shown in the image below.
`