Before Starting


Before starting this verification, we should verify JAVA_HOME....

Find JDK Installation Directory



First open a console, and then:
  • 1. Do this command:
     echo %path%
  • 2. Ensure the output starts off with the "JDK Full Path" (as found in the previous section) plus "\bin".

NOTE WELL -- If the check fails, then recheck the setup.... Especially note the "Move New Entry To Top" step.
C:\Users\Foo>
1
echo %path%
2
C:\Program Files\Java\jdk-11.0.2\bin; etc...