According the value you wrote, the path value is correct but I will advice you to do these checks.
Depending on who you set the path:
I am assuming that you run windows
If you have set it permanently on your machine in the environment variable, the confirm that there is a ";" separating any path preceding the one you just set.
Again open the command prompt and type echo %path%
You should get a list all the items in your path (each separated with ;) including the path to your JDK.
Else, open a new Command Prompt and type:
set path=
set path=thePathToYourJDK_JustAsYouIndicatedAbove