I think you have put command like java -VERSION. This is in capital letters
You need to put all command in lowercase letters
javac -version
java -version
All characters must be in lowercase letter
I think you have put command like java -VERSION. This is in capital letters
You need to put all command in lowercase letters
javac -version
java -version
All characters must be in lowercase letter