Search This Blog

Tuesday, August 3, 2021

add javaw run path to w10 system variable

 ariables, look for a value called path. If you find any just open and add a ";" after the line ending in the variable value section.

6. Now enter the path for the java program after the ";" in the value section

e.g. for java 1.6.x = C:\Program Files (x86)\Java\jre6\bin

           java 1.7.x = C:\Program Files (x86)\Java\jre7\bin

           java 1.8.x = C:\Program Files (x86)\Java\jre8\bin

https://answers.microsoft.com/en-us/windows/forum/all/windows-cannot-find-javawexe-make-sure-you-typed/3a61ffb3-e955-4fcd-9466-d833d753ac69


===========

my edit

in w10

type env

edit path

click

new

c:\Program Files (x86)\Java\jre1.8.0_301\bin


No comments:

Post a Comment