Install and configure Java on Windows 10
Step 1: to install java on windows 10 first get java
exe from following site.
Here you need to logn with your credentials and download the required version. I am downloading java 11 + because it's also compatible with Sonarqube.
Once you get the exe then start to execute it and
install on your system with following instruction on screen.
Step 2 : Set the environment variable from system
Property
Step 3 : Click on Environment variable and set set the java bin path in environment variable as below
After setting this environment variable you can check it from command prompt just typing command javac also you can check version of java using command java -version
In my next article I will use this java to run j-Meter script for load test.
Happy Learning!!!
Comments
Post a Comment