shyama-Das / automation-testing-with-selenioum

0 stars 0 forks source link

Install process of Java jdk and eclips ide for java for windows OS 64 bit #1

Open shyama-Das opened 7 years ago

shyama-Das commented 7 years ago

step 1 :

referral link : https://www.youtube.com/watch?v=35NUuhmQuB4 for selenium ide referral link : https://www.youtube.com/watch?v=pb-r8U2kpCU for java jdk

shyama-Das commented 7 years ago

for java jdk : open command prompt and write "javac" if install then shown brach of command in command prompt otherwise need to be install. for not install showing like "javac is not recognized as an internal and external command...." java jdk download from : http://www.oracle.com/technetwork/java/javase/downloads/index.html

Install process of java jdk

  1. Click and install Java Platform (JDK) 8u141
  2. then download java jdk for windows 64 bit from hare : http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html and click on to accept licence condition.
  3. After install click on that file and install step by step and close it
  4. set enviornment veriable for windows os for that select system>advance system settings> click on environment veriable>system variable search for path.
  5. select path and at the end put ";C:\Program Files\Java\jdk8\bin" and click ok>ok>ok and colse settings.
  6. again check open command prompt and write "javac" if install then shown in command prompt.
shyama-Das commented 7 years ago

eclips ide download from : http://www.eclipse.org/downloads/eclipse-packages/

  1. Downloads Eclips ide for java developers for 64 bits
  2. downloaded at > http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/oxygen/R/eclipse-java-oxygen-R-win32-x86_64.zip
  3. after download, go to download folder from pc>>select "eclipse-jee-neon-3-win32-x86_64" file and rightclick to extract file >> select extract destination path and click on to extract button and extract file successfully.
  4. after extract take the eclips folder and move it to c drive program file and press continue
  5. click on to folder and select eclips and double click for open eclips
  6. after that select ran anyway and click to ok button on default workspace.
  7. after open eclips goto file and go to new and select java project and give project name and click on finish button.
  8. go to src > select new>class>set a class name>click on to public static void main and click finish.