Follow below steps to complete your Java installation.
1) Go to the Java Downloads Page and click on the option for Java Platform (JDK). (https://www.oracle.com/java/technologies/javase-downloads.html)
2 ) In the next page, select the Accept License Agreement check box, accept it and click the download link against your matching system configuration.
2 ) In the next page, select the Accept License Agreement check box, accept it and click the download link against your matching system configuration.
3) You can run the installer once the download is over and follow onscreen instructions.
Environment Variable Set-up
1) You need to search the “Advanced system settings”
Click on ‘Environment Variables’ under ‘Advanced’ tab.
Click on ‘Environment Variables’ under ‘Advanced’ tab.
2) In the section System Variables, find the PATH environment variable and select it.
3) Click Edit. If the PATH environment variable does not exist, click New.
4) In the Edit System Variable (or New System Variable) window, specify the value of the PATH environment variable. Click OK. Close all remaining windows by clicking OK.
5) Once installation is complete, open command prompt and type “java -version”.
6) If you see the following screen you are good to move to the next step.
4) In the Edit System Variable (or New System Variable) window, specify the value of the PATH environment variable. Click OK. Close all remaining windows by clicking OK.
5) Once installation is complete, open command prompt and type “java -version”.
6) If you see the following screen you are good to move to the next step.
Reference: https://www.selenium.dev/documentation/en/
0 comments:
Post a Comment