Configuration of Selenium Rc and Eclipse

1. Save Eclipse in any desired folder in your computer.

2.Create a folder with name Selenium-Framework in D:-Drive.
3.Create a subfolder with name Lib in Selenium-Framework.
4.Save 4jar files in Lib folder.
5.Check whether jdk1.5 or above version is installed in your machain or not
6.if jdk1.5 not installed ,Install jdk1.5 or above
7. Copy the path of jdk1.5 from the C:-Drive after jdk1.5 installation completed and paste it in Selenium-Framework folder.
8.Open the Eclipse by double clicking on the blue icon and click ok.
9.click on "workbench" it will allow you to move into the Eclipse.
10.Go to file->new->select java project.
Give the project name as Selenium_Automation in the project name field.
11.Click on "ConfigureJREs" and click on "Add" click on "next" and select JDK1.5 folder from the Selenium-Framework folder by using "Directory option" and click on "Ok"
Click on "Finish" again click on "Ok" and click on "Finish".
12.Click on "+" sybol at Selenium_Automation ->Right click on "JRE System Library" and click on "Buildpath"->Configurebuildpath.
13.click on "Add ExternalJREs" and select "4jar files" from the Lib folder and click on "open" and click on "Ok" .
14.Go to Run->click on "External Tools" and select "External tool Configuration".
15.double click on the program->give the server name as Selenium_Server in the name field.
16.click on the "Browsefilesystem" at location and select "java.exe or java" file from the jdk1.5.
D:\Selenium_Framework\jdk1.5\bin\java.exe.
17.click on the "Browsefilesystem" at working directory and select "Lib" folder
D:\Selenium_Framework\Lib.
18.Give the argument as -jar selenium-server.jar
19.Click on "Apply" and click on Run