Java Eclipse Installation Final-1
Java Eclipse Installation Final-1
https://www.oracle.com/java/technologies/javase/javase-jdk8-downloads.html
If your system is 32 bit then →download Windows x86 version of JDK--Java
If your system is 64 bit then →download Windows x64 version of JDK--Java
below
Click create account and fill in all details and verify your email id and sign in back
Verify Email id
After downloading the JDK file, double click on it to start the installation process. In below
pop-up, click next.
Click again on Next in the below pop-up. Do not change anything. This will finally start the
Java installation:
Click on close to finish the Java installation:
After the installation, open Command prompt window, type → java -version and press Enter.
If you see the above error in Command prompt, it means that your system doesn’t know where
your java is located.
Note: If you don’t see any error and see the java version then you are
good to move ahead and install eclipse.
For resolving this error, you need to set the Java path in your environment variable.
• Set Java path in Environment Variables:
1. Go to the Search box and type ‘Advanced system settings’ in it. Now click on the View
advanced system settings.
4. Now in the system variables select the path variable and click the edit button.
5. Click the New button.
After this, close the existing command prompt window, open Command prompt window again,
type → java -version ,and press Enter. If you have carefully followed all the above steps you
should see below message. This means your Java path is set successfully and you can start
installing the eclipse.
• Downloading Eclipse:
On the next page click on download button and then your Eclipse zip file will get downloaded:
Go to your downloads folder where your eclipse zip file is downloaded. Extract the zip file to a
location of your choice.
To extract, right click on the zip file and select ‘Extract all’/’Extract files’ option
Select your extraction folder or enter the folder path in the Destination path and click Ok. Your
files will start getting extracted in that folder.
Note: If you don’t see any option to extract the zip file then you have to download any 3 rd party
tool like WinRAR or 7z then you will be able to see the extract option.
After the extraction process is successful, go to the extracted folder and open Eclipse.exe and
your Eclipse application will get launched. Now here you can create a new project and start
writing your code in Java.