How can we set java path in windows 10?
Question
Share
Sign Up to our social questions and Answers to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers to ask questions, answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Following are the steps for setting the java path in window 10 :-
1- Go to the Search box and type advanced system settings in it. Now click on the View advanced system settings.
2- Select the Advanced tab and then click environment variables.
3- In the system, variables click the New button. Now in the edit system variable, type variable name as JAVA_PATH and variable path as the path where the JDK folder is saved and click on OK button Usually the path of the JDK file will be C:\Program Files\Java\jdk1.8.0_60.
4- Now in the system variables go to the path and click the edit button.
5- Click the New button.
6- Now add the following path: %JAVA_HOME%\bin
I hope this helps.