Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
0% found this document useful (0 votes)
53 views

Steps To Download - Install - Java - Eclipse

1) To install Java, download the JDK installer from Oracle's website and run it, choosing the default installation options. 2) Add the bin folder of the installed JDK to the system PATH variable to allow Java programs to be run from any directory. 3) Download and extract the Eclipse IDE for Java developers, then launch the eclipse.exe file to start developing Java applications without further installation required.

Uploaded by

Ishita Gupta
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
53 views

Steps To Download - Install - Java - Eclipse

1) To install Java, download the JDK installer from Oracle's website and run it, choosing the default installation options. 2) Add the bin folder of the installed JDK to the system PATH variable to allow Java programs to be run from any directory. 3) Download and extract the Eclipse IDE for Java developers, then launch the eclipse.exe file to start developing Java applications without further installation required.

Uploaded by

Ishita Gupta
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 9

CONFIDENTIAL & RESTRICTED

Steps to Download Java Development Kit (JDK)

To install Java, you first need to download the installer program from Oracle. Visit
the DownloadJava page: https://www.oracle.com/technetwork/java/javase/downlo
ads/index.html. Click on Download button.

Steps to Install Java

1) Once the download is complete, double click the file to begin the installation


of JDK. This will start the installation process. The installation process starts. 
2) Click the Next button to continue the installation.
CONFIDENTIAL & RESTRICTED

3) It starts preparing for the installation and that will take a few minutes to complete.

 
4) Next window will ask you where or on which location you would like to install Java on
your system. You can choose to change where you want to keep your folder but it’s best
to stick with the default options. Click Next to continue.

 
CONFIDENTIAL & RESTRICTED

5) Let the installation finish. A few brief dialogs confirm the last steps of the installation
process; click Close on the last dialog. This will complete the Java installation process.

Steps to set the Java Environment Path

The Path Variable gives the location of executables like javac, java, etc. JDK’s


programs (such as Java compiler javac.exe and Java runtime java.exe) reside in the
sub-directory bin of the JDK installed directory. You need to include JDK’s bin in the
path to run the JDK programs. Let’s see how to do it.
1) Right Click on the My Computer and select the Properties.

 
CONFIDENTIAL & RESTRICTED

3) Click Advanced system settings on the left pane.

 3) Switch to Advanced tab and click Environment Variables button.


CONFIDENTIAL & RESTRICTED

Click on the New button of User variables. 

Note: In case the path variable is already there, you can simply edit the same. For
Newer Windows 10: You shall see a TABLE listing all the existing PATH entries (if not,
go to the next step). Just add the new one for JDK as well. Steps to get the bin path are
mentioned below.
 
5) Right-click on the address bar and Copy address as text of bin folder where the
JDK is installed.

 
CONFIDENTIAL & RESTRICTED

6) Type PATH in the Variable Name. And then paste the path of bin folder in Variable
Value. Click on OK button.

 
7) Click on OK button.
CONFIDENTIAL & RESTRICTED

Steps to Verify Java Installation:


Go to Command Prompt and type java -version If you see a screen like below, Java is
installed.

Download and Start Eclipse IDE


Download Eclipse for Java Developers, extract and save it in any drive. It is totally free.
You can run ‘eclipse.exe’ directly so you do not need to install Eclipse in your system.

1. https://www.eclipse.org/downloads/packages/release/oxygen/3a/eclipse-ide-java-
developers
2. 2) 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.
3.  Once you have downloaded the Eclipse archive you will need to Extract the zip
file, which will create the unzipped Eclipse folder.
4. 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. I prefer to leave it as it is.
CONFIDENTIAL & RESTRICTED

5. Let the extraction process finished.

6. Since Eclipse IDE 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.
Note:(This step is not required, but it’s strongly recommended.) Right-click the
Eclipse Icon and press “Send To” -> “Desktop (Create Shortcut).” Now you will
be able to launch Eclipse from your desktop.

7. Create a workspace folder where you will contain all the program files you
create. You can choose whatever place you want for your workspace, but it’s
easiest to just use the default you’re given.

8. You may see the window like this, this is the Welcome window for Eclipse.
CONFIDENTIAL & RESTRICTED

9. Now that you have finished installing eclipse restart your computer. By restarting
your computer it refreshes system memory and allows changes made by
installers and uninstallers to take effect.

You might also like