Oct 17, 2017

Java Installation on Windows

JDK Installation :

1. Open browser
2. Go to Java download page
3. Check the 'Accept Licence Agreement' button
4. Click on respective JDK download link w.r.t sytem type (x64 or x86)



















5. Choose the folder location and save .exe
6. Run .exe file and install java
7. Go to installed location and check java folder

Set JAVA PATH in environment variables


  • Go to system properties
  • Select Advanced tab
  • Click on "Environment Variables" button


























  • Set JAVA_HOME in system environment variables

























  • Enter the variable name as JAVA_HOME and the value upto your jdk path


























  • Edit the path in system variables and add java bin path in the value like %JAVA_HOME%/bin


























Check JAVA is installed in your machine by following the below steps :


  • Go to command prompt
  • Type "java -version" (make sure java path set in environment variables, if not follow above steps)
  • You can see the below one if java successfully installed on your machine



No comments:

Post a Comment

Mobile App Automation with Appium on Android Emulator/Device

Overview :- Appium  is an open source test automation tool for mobile applications. It allows you to test all the three types of mobile...