How To Install JDK on Windows | Uninstall JAVA JDK on Windows| Set the Classpath | java -version

Опубликовано: 09 Октябрь 2020
на канале: total-qa
119
6

How To Install Java:
==============
Access the link to install JAVA

https://www.oracle.com/in/java/techno...

javase - java standard edition

jdk version 1.8

Identify the Operating System bit version in Windows:
===================================
Windows key + R will show you the "RUN" box where you can type commands
Type control
Search for system
Identify the following details
Operating System bit version: 64 bit


JDK Path: C:\Program Files\Java\jdk1.8.0_261
JRE Path: C:\Program Files\Java\jre1.8.0_261


Set the Classpath to run java programs from the command line:
=========================================
Windows key + R will show you the "RUN" box where you can type commands
Type Control
Search for System
Select Advanced Settings
Environment Variable - Path
;Add the JDK Path till the bin folder ;Add the JRE Path till the bin folder

Open Command Line

Windows key + R will show you the "RUN" box where you can type commands
cmd
java -version
javac


Identify the Path Variable is set:
====================
echo %PATH%
Check out the blog as well http://total-qa.com
PlayList Details:
SOAPUI:
   • SOAPUI  
SELENIUM INTERVIEW QUESTIONS:
   • Selenium Interview Questions  
PAGE OBJECT MODEL PRINCIPLES:
   • PageObjectModel  
JENKINS:
   • JENKINS  
REST API TUTORIAL:
   • REST API TUTORIAL  
JAVA:
   • Java  
SELENIUM WEBDRIVER:
   • Selenium WebDriver  
XPATHTUTORIAL:
   • Xpath Tutorial  
CssSelector:
   • Css Tutorial  
GITHUB:
   • GITHUB