- Creating eclipse sample project
STEP 1 : Install Eclipse IDE on the Windows system.
Click on the below link to download the eclipse IDE
https://www.eclipse.org/downloads/
STEP 2: After Installing the eclipse IDE, Launch the IDE and select the workspace and click on the Launch Button. As shown below.

STEP 3: Now we will create the first java Project By Clicking on the first menu Option File > New > Java Project as shown Below

Entering the Project Name in the Project Name Field and click on the Finish Button as shown below

Java Project wil be created with name Training
2. Selenium Installation
Once done with the creation of Java Project. Adding the Selenium Jar files in the java Project so that we can utilize the Selenium Libraries in our Java Project.
STEP 1: Download the Selenium Jar Files and adding them as a external Jars
Click on the below link to download the Selenium Jars
https://bit.ly/2zm3ZzF
extract jars on the local folder
STEP 2: Build path for Selenium Jar.
Right Click on the Java Project and then click on the Build Path. As Shown below.

Build Path > Configure Build Path
Click on the Add External Jars Button then add all the selenium jars downloaded on the system and finally click on the Apply and Close Button
Setup is completed. We would now be able to write the Selenium script in the Java project with the use of the selenium libraries.
