Make once again sure that javac
is in the PATH
that is set for your shell. Watch the output of echo %PATH%
. I bet JDK's bin
directory is not listed there.
If you set the PATH
via System Settings in Windows, you have to close and re-open the terminal to make the changes take effect.
EDIT: Also remove the semikolon from the path to the JDK. Then it should work.