3.1 Appium Installation (Java Part)

3.1 Appium Installation (Java Part):
  1. Download jdk using URL: https://www.techspot.com/downloads/5553-java-jdk.html. Go to the Downloaded folder and double
    click on jdk file to install. Click the next button as shown below.




2. User can change the installation path of jdk, otherwise click the next button as shown below.



3. User can change the installation path of jre, else click on the next button as shown below.




4. Now click on the close button as shown below.


5. User can verify the installed jdk and jre folders by accessing the installed folder as shown below.  


6. Set Java environment variables (2 variables).
i. Go to My PC and click on properties as shown below.


Ii.  Now click on advanced system settings as shown below.


Iii. Now click on Environment variables


iv.  In System variables click on “New” button and add below in window opened.
Variable name: JAVA_HOME
Variable value: C:\ProgramFiles\Java\jdk1.8.0_191
And the click on ok button.


v. Now click on Path in System variables window as shown below.


vi. New window will be opened and here add below “New” Paths.
C:\Program Files\Java\jdk1.8.0_191\bin.

And the click on ok button.

No comments:

Post a Comment

Cypress from beginning